Skip to content

Commit b88163c

Browse files
Downgrade to phpunit 5.3.5 as 5.4.* requires php >= 5.6
1 parent 3349a3b commit b88163c

File tree

2 files changed

+29
-35
lines changed

2 files changed

+29
-35
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.4.*",
20+
"phpunit/phpunit": "5.3.5",
2121
"phpdocumentor/phpdocumentor": "2.*",
2222
"predis/predis": "1.0.*",
2323
"guzzlehttp/guzzle": "5.*",

composer.lock

Lines changed: 28 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)