Skip to content

Commit ba887f0

Browse files
committed
Use phploc "~2.0" instead of "~2.1" because the new version is not
compliant with PHP 5.3.
1 parent 941161e commit ba887f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"require-dev" : {
3838
"codeclimate/php-test-reporter" : "~0.1",
3939
"pdepend/pdepend" : "~2.0",
40-
"phploc/phploc" : "~2.1",
40+
"phploc/phploc" : "~2.0",
4141
"phpmd/phpmd" : "~2.2",
42-
"phpunit/phpunit": "~4.6",
42+
"phpunit/phpunit" : "~4.6",
4343
"satooshi/php-coveralls" : "~0.6",
4444
"sebastian/phpcpd" : "~2.0",
4545
"squizlabs/php_codesniffer" : "~2.3"

0 commit comments

Comments
 (0)