Allow phpunit 5.0

We can allow phpunit 5.0
This commit is contained in:
Vincent Klaiber 2016-04-11 16:23:24 +02:00
parent 3e8577f889
commit 8e8ac35dcb

View File

@ -12,7 +12,7 @@
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpunit/phpunit": "^4.8 || ^5.0",
"zendframework/zend-diactoros": "^1.0"
},
"repositories": [