Skip to content

Commit b847d35

Browse files
committed
Removing wimg/php-compatibility and composer installer plugin until issues with these are fixed. See: PHPCompatibility/PHPCompatibility#102
1 parent ffd9705 commit b847d35

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4745
The 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

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
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",
@@ -46,8 +45,7 @@
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.",

0 commit comments

Comments
 (0)