Skip to content

Commit 46c74e5

Browse files
authored
Merge pull request #6 from DealerDirect/feature/phpcompatibility
PHP_CodeSniffer: PHPCompatibility standard
2 parents 46f7a3f + 843f1ba commit 46c74e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ 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
4345
* **[prestissimo]**: Composer parallel install plugin
4446

4547
The following packages are suggested:
@@ -73,6 +75,8 @@ The following packages are suggested:
7375
[Composer Versions Check]: https://github.com/Soullivaneuh/composer-versions-check
7476
[Mink Goutte Driver]: https://github.com/minkphp/MinkGoutteDriver
7577
[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
7680
[prestissimo]: https://github.com/hirak/prestissimo
7781

7882
[ApiGen]: http://www.apigen.org

composer.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
"php": ">=5.6,<8.0-dev",
2727

2828
"hirak/prestissimo": "^0.3",
29+
"dealerdirect/phpcodesniffer-composer-installer": "^0.2.0",
2930

3031
"behat/behat": "^3.1.0",
3132
"behat/mink": "^1.7.0",
3233
"behat/mink-goutte-driver": "^1.2.0",
3334
"brianium/paratest": ">=0.14.0,<1.0.0",
3435
"codeception/codeception": "^2.2.0",
36+
"frenck/php-compatibility": "^7.0.0",
3537
"friendsofphp/php-cs-fixer": "^1.12.1",
3638
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
3739
"phploc/phploc": "^3.0.1",

0 commit comments

Comments
 (0)