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

View File

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