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

Loosen PHPUnit constraints
This commit is contained in:
Damian Mooyman 2017-11-20 13:59:51 +13:00 committed by GitHub
commit 0bf0f44403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {