Skip to content

Commit 8a88fd1

Browse files
authored
Update dependencies
1 parent eab6565 commit 8a88fd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

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

0 commit comments

Comments
 (0)