Allow PHPUnit 5.0

The commit message speaks for itself.
This commit is contained in:
Vincent Klaiber
2015-12-15 13:07:39 +01:00
committed by Vincent Klaiber
parent 3d248eec83
commit efd5db4ce1
+2 -2
View File
@@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=5.5",
"phpunit/phpunit": "^4.8"
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0",
"mockery/mockery": "0.9.*"
},
"suggest": {