From cdb9d1194f042968a6dbbdbf6579532864987af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 3 Nov 2020 10:14:39 +0100 Subject: [PATCH] Fix: Remove squizlabs/php_codesniffer --- composer.json | 4 -- composer.lock | 112 +------------------------------------------------- 2 files changed, 2 insertions(+), 114 deletions(-) diff --git a/composer.json b/composer.json index c94e48b..756cefa 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,6 @@ "require": { "php": ">=5.4" }, - "require-dev": { - "escapestudios/symfony2-coding-standard": "^3.0", - "squizlabs/php_codesniffer": "^3.2" - }, "config": { "optimize-autoloader": true, "platform": { diff --git a/composer.lock b/composer.lock index ee0f95e..8afc67b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,117 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0548cf5e89a9ee61ed1c3bbf3bdcd8cf", + "content-hash": "bd2d8b501ce9bfb05f746b4001ac9386", "packages": [], - "packages-dev": [ - { - "name": "escapestudios/symfony2-coding-standard", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/djoos/Symfony-coding-standard.git", - "reference": "b6209fe525a8119b5923ee94023cb26a71953038" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/djoos/Symfony-coding-standard/zipball/b6209fe525a8119b5923ee94023cb26a71953038", - "reference": "b6209fe525a8119b5923ee94023cb26a71953038", - "shasum": "" - }, - "require": { - "squizlabs/php_codesniffer": "3.*" - }, - "type": "phpcodesniffer-standard", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Joos", - "email": "iam@davidjoos.com" - }, - { - "name": "Community contributors", - "homepage": "https://github.com/djoos/Symfony-coding-standard/graphs/contributors" - } - ], - "description": "CodeSniffer ruleset for the Symfony 2+ coding standard", - "homepage": "https://github.com/djoos/Symfony2-coding-standard", - "keywords": [ - "Coding Standard", - "Symfony2", - "phpcs", - "symfony" - ], - "support": { - "issues": "https://github.com/djoos/Symfony-coding-standard/issues", - "source": "https://github.com/djoos/Symfony-coding-standard/tree/master" - }, - "time": "2017-11-09T12:15:48+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "3.2.2", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", - "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" - }, - "bin": [ - "bin/phpcs", - "bin/phpcbf" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", - "keywords": [ - "phpcs", - "standards" - ], - "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" - }, - "time": "2017-12-19T21:44:46+00:00" - } - ], + "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [],