Update PHP restraints to match framework

This commit is contained in:
Daniel Hensby 2018-05-23 12:40:10 +01:00
parent 01fd709d74
commit d0751f2a59
No known key found for this signature in database
GPG Key ID: D8DEBC4C8E7BC8B9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.3,<7.2",
"php": "^5.3.3 || ^7",
"silverstripe/framework": "~3.3"
},
"extra": {