Loosen PHPUnit constraints

This commit is contained in:
Daniel Hensby 2017-11-17 11:45:41 +00:00
parent 992381e285
commit 39edaedc8f
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
"silverstripe/reports": "~3.4",
"silverstripe/siteconfig": "~3.4"
},
"require-dev": {
"phpunit/phpunit": "^3 || ^4 || ^5"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.6.x-dev"