We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee3c7e commit 0c2c34aCopy full SHA for 0c2c34a
composer.json
@@ -26,11 +26,11 @@
26
},
27
"require-dev": {
28
"phpunit/phpunit": "^4.8",
29
- "php-coveralls/php-coveralls": "^2.5",
+ "satooshi/php-coveralls": "1.0.1",
30
"sebastian/phpcpd": "*",
31
"phploc/phploc": "*",
32
- "pdepend/pdepend" : ">2.10.0",
33
- "squizlabs/php_codesniffer": ">3.4.0"
+ "pdepend/pdepend" : "1.1.0",
+ "squizlabs/php_codesniffer": "2.9.0"
34
35
"suggest": {
36
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"
0 commit comments