mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 12:38:10 +00:00
Merge pull request #353 from vinkla/patch-1
Allow PHPUnit 5.0 as dev dependency
This commit is contained in:
+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