mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 04:36:20 +00:00
Allow PHPUnit 5.0
The commit message speaks for itself.
This commit is contained in:
committed by
Vincent Klaiber
parent
3d248eec83
commit
efd5db4ce1
+2
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user