Use older phpunit for php 5.5 support
... | ... | @@ -25,7 +25,7 @@ |
"moneyphp/money": "^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.6", | ||
"phpunit/phpunit": "^4.8", | ||
"mockery/mockery": "^0.9" | ||
}, | ||
"suggest": { | ||
... | ... |
Please register or sign in to comment