Loosen PHPUnit constraints

This commit is contained in:
Daniel Hensby 2017-11-17 11:48:24 +00:00
parent 13b02feed7
commit 36bb28a41d
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD
1 changed files with 1 additions and 1 deletions

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