Merge pull request #540 from vinkla/patch-2

Allow phpunit 5.0
This commit is contained in:
Alex Bilbie 2016-04-11 15:28:13 +01:00
commit 2025bd6a30

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": [