File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ 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
43
45
* ** [ prestissimo] ** : Composer parallel install plugin
44
46
45
47
The following packages are suggested:
@@ -73,6 +75,8 @@ The following packages are suggested:
73
75
[ Composer Versions Check ] : https://github.com/Soullivaneuh/composer-versions-check
74
76
[ Mink Goutte Driver ] : https://github.com/minkphp/MinkGoutteDriver
75
77
[ 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
76
80
[ prestissimo ] : https://github.com/hirak/prestissimo
77
81
78
82
[ ApiGen ] : http://www.apigen.org
Original file line number Diff line number Diff line change 26
26
"php" : " >=5.6,<8.0-dev" ,
27
27
28
28
"hirak/prestissimo" : " ^0.3" ,
29
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.2.0" ,
29
30
30
31
"behat/behat" : " ^3.1.0" ,
31
32
"behat/mink" : " ^1.7.0" ,
32
33
"behat/mink-goutte-driver" : " ^1.2.0" ,
33
34
"brianium/paratest" : " >=0.14.0,<1.0.0" ,
34
35
"codeception/codeception" : " ^2.2.0" ,
36
+ "frenck/php-compatibility" : " ^7.0.0" ,
35
37
"friendsofphp/php-cs-fixer" : " ^1.12.1" ,
36
38
"jakub-onderka/php-parallel-lint" : " >=0.9.1,<1.0.0" ,
37
39
"phploc/phploc" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments