Merge pull request #7613 from dhensby/pulls/3.5/phpunit-loosen-constraint

Loosen PHPUnit constraints
This commit is contained in:
Damian Mooyman 2017-11-20 13:58:20 +13:00 committed by GitHub
commit a73f75ccc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
"mustangostang/spyc": "^0.6.2"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/phpunit": "^3 || ^4 || ^5"
},
"extra": {
"branch-alias": {