Skip to content

Commit b61b73e

Browse files
committed
Try to keep PHP 5.3 compat
1 parent d196f9c commit b61b73e

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
@@ -10,9 +10,9 @@
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "4.0.*",
13-
"satooshi/php-coveralls": "dev-master",
13+
"satooshi/php-coveralls": "1.*",
1414
"sami/sami": "1.4.*",
15-
"mockery/mockery": "dev-master"
15+
"mockery/mockery": "~0.9.4"
1616
},
1717
"license": "MIT",
1818
"authors": [

0 commit comments

Comments
 (0)