File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ Other packages that you'll get:
4040* ** [ Composer Versions Check] ** : Checks if packages are up to date to last major versions after update
4141* ** [ Mink Goutte Driver] ** : Goutte driver for Mink framework
4242* ** [ Mink Selenium2 Driver] ** : Selenium2 (WebDriver) driver for Mink framework
43- * ** [ PHP_CodeSniffer Composer Installer] ** : For installing PHP_CodeSniffer coding standards
44- * ** [ PHPCompatibility] ** : PHP Compatibility checks for PHP_CodeSniffer
4543* ** [ prestissimo] ** : Composer parallel install plugin
4644
4745The following packages are suggested:
@@ -75,8 +73,6 @@ The following packages are suggested:
7573[ Composer Versions Check ] : https://github.com/Soullivaneuh/composer-versions-check
7674[ Mink Goutte Driver ] : https://github.com/minkphp/MinkGoutteDriver
7775[ Mink Selenium2 Driver ] : https://github.com/minkphp/MinkSelenium2Driver
78- [ PHP_CodeSniffer Composer Installer ] : https://github.com/DealerDirect/php-qa-tools
79- [ PHPCompatibility ] : https://github.com/wimg/PHPCompatibility
8076[ prestissimo ] : https://github.com/hirak/prestissimo
8177
8278[ ApiGen ] : http://www.apigen.org
Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " >=5.6,<8.0-dev" ,
2727
28- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.1.0" ,
2928 "hirak/prestissimo" : " ^0.3" ,
3029
3130 "behat/behat" : " ^3.1.0" ,
4645 "sensiolabs/security-checker" : " ^4.0" ,
4746 "sllh/composer-versions-check" : " ^2.0.0" ,
4847 "sstalle/php7cc" : " ^1.1.0" ,
49- "squizlabs/php_codesniffer" : " ^2.5" ,
50- "wimg/php-compatibility" : " ^7.0.0"
48+ "squizlabs/php_codesniffer" : " ^2.5"
5149 },
5250 "suggest" : {
5351 "apigen/apigen" : " Smart and Readable Documentation for your PHP project." ,
You can’t perform that action at this time.
0 commit comments