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

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

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"