Skip to content

Commit 0c2c34a

Browse files
authored
Revert dependency change
1 parent 2ee3c7e commit 0c2c34a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^4.8",
29-
"php-coveralls/php-coveralls": "^2.5",
29+
"satooshi/php-coveralls": "1.0.1",
3030
"sebastian/phpcpd": "*",
3131
"phploc/phploc": "*",
32-
"pdepend/pdepend" : ">2.10.0",
33-
"squizlabs/php_codesniffer": ">3.4.0"
32+
"pdepend/pdepend" : "1.1.0",
33+
"squizlabs/php_codesniffer": "2.9.0"
3434
},
3535
"suggest": {
3636
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"

0 commit comments

Comments
 (0)