Skip to content

Commit b7810f3

Browse files
Downgrade phpunit to 4.8.26 to allow for PHP 5.3
1 parent b88163c commit b7810f3

File tree

3 files changed

+38
-225
lines changed

3 files changed

+38
-225
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=5.5"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "5.3.5",
20+
"phpunit/phpunit": "4.8.26",
2121
"phpdocumentor/phpdocumentor": "2.*",
2222
"predis/predis": "1.0.*",
2323
"guzzlehttp/guzzle": "5.*",

0 commit comments

Comments
 (0)