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:
40
40
* ** [ Composer Versions Check] ** : Checks if packages are up to date to last major versions after update
41
41
* ** [ Mink Goutte Driver] ** : Goutte driver for Mink framework
42
42
* ** [ 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
45
43
* ** [ prestissimo] ** : Composer parallel install plugin
46
44
47
45
The following packages are suggested:
@@ -75,8 +73,6 @@ The following packages are suggested:
75
73
[ Composer Versions Check ] : https://github.com/Soullivaneuh/composer-versions-check
76
74
[ Mink Goutte Driver ] : https://github.com/minkphp/MinkGoutteDriver
77
75
[ 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
80
76
[ prestissimo ] : https://github.com/hirak/prestissimo
81
77
82
78
[ ApiGen ] : http://www.apigen.org
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " >=5.6,<8.0-dev" ,
27
27
28
- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.1.0" ,
29
28
"hirak/prestissimo" : " ^0.3" ,
30
29
31
30
"behat/behat" : " ^3.1.0" ,
46
45
"sensiolabs/security-checker" : " ^4.0" ,
47
46
"sllh/composer-versions-check" : " ^2.0.0" ,
48
47
"sstalle/php7cc" : " ^1.1.0" ,
49
- "squizlabs/php_codesniffer" : " ^2.5" ,
50
- "wimg/php-compatibility" : " ^7.0.0"
48
+ "squizlabs/php_codesniffer" : " ^2.5"
51
49
},
52
50
"suggest" : {
53
51
"apigen/apigen" : " Smart and Readable Documentation for your PHP project." ,
You can’t perform that action at this time.
0 commit comments