Loosen PHPUnit constraints

This commit is contained in:
Daniel Hensby 2017-11-17 11:37:41 +00:00
parent 1aac471131
commit b1875ea1af
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"silverstripe-themes/simple": "3.1.*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
"phpunit/phpunit": "^3 || ^4 || ^5"
},
"extra": {
"branch-alias": {