Skip to content

Commit 0bf33da

Browse files
committed
Added Composer Versions Check plugin. Added PHP_CodeSniffer Composer Installer.
1 parent 12c36b5 commit 0bf33da

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ You'll get the following tools by depending on this package:
3737
Other packages that you'll get:
3838

3939
* **[Behat Mink]**: Mink extension for Behat
40+
* **[Composer Versions Check]**: Checks if packages are up to date to last major versions after update
4041
* **[Mink Goutte Driver]**: Goutte driver for Mink framework
4142
* **[Mink Selenium2 Driver]**: Selenium2 (WebDriver) driver for Mink framework
43+
* **[PHP_CodeSniffer Composer Installer]**: For installing PHP_CodeSniffer coding standards
4244
* **[PHPCompatibility]**: PHP Compatibility checks for PHP_CodeSniffer
4345
* **[prestissimo]**: Composer parallel install plugin
44-
* **[SimplyAdmire Composer Plugins]**: For installing PHP_CodeSniffer standards
4546

4647
The following packages are suggested:
4748
* **[ApiGen]**: Smart and Readable Documentation for your PHP project
@@ -71,11 +72,12 @@ The following packages are suggested:
7172
[SensioLabs Security Checker]: https://security.sensiolabs.org
7273

7374
[Behat Mink]: https://github.com/Behat/MinkExtension
75+
[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
7679
[PHPCompatibility]: https://github.com/wimg/PHPCompatibility
7780
[prestissimo]: https://github.com/hirak/prestissimo
78-
[SimplyAdmire Composer Plugins]: https://github.com/SimplyAdmire/ComposerPlugins
7981

8082
[ApiGen]: http://www.apigen.org
8183
[Mockery]: https://github.com/padraic/mockery

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"require": {
2626
"php": ">=5.6,<8.0-dev",
2727

28+
"dealerdirect/phpcodesniffer-composer-installer": "@dev",
2829
"simplyadmire/composer-plugins": "^2.1.0",
2930
"hirak/prestissimo": "^0.3",
3031

@@ -44,6 +45,7 @@
4445
"sebastian/phpcpd": "^2.0.0",
4546
"seld/jsonlint": "^1.4.0",
4647
"sensiolabs/security-checker": "^4.0",
48+
"sllh/composer-versions-check": "^2.0.0",
4749
"sstalle/php7cc": "^1.1.0",
4850
"squizlabs/php_codesniffer": "^2.5",
4951
"wimg/php-compatibility": "^7.0.0"
@@ -56,5 +58,10 @@
5658
"phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library",
5759
"sami/sami": "Documentation generator used for Symfony2 docs.",
5860
"theseer/phpdox": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing."
61+
},
62+
"extra": {
63+
"phpcodesniffer-mapping": {
64+
"wimg/php-compatibility": "PHPCompatibility"
65+
}
5966
}
6067
}

0 commit comments

Comments
 (0)