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 eab6565 commit 8a88fd1Copy full SHA for 8a88fd1
composer.json
@@ -25,12 +25,12 @@
25
"ext-zlib": "*"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "4.8",
29
- "satooshi/php-coveralls": "1.0.1",
+ "phpunit/phpunit": "^4.8",
+ "php-coveralls/php-coveralls": "^2.5",
30
"sebastian/phpcpd": "*",
31
"phploc/phploc": "*",
32
- "pdepend/pdepend" : "1.1.0",
33
- "squizlabs/php_codesniffer": "2.9.0"
+ "pdepend/pdepend" : ">2.10.0",
+ "squizlabs/php_codesniffer": ">3.4.0"
34
35
"suggest": {
36
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"
0 commit comments