FIX: Relax PHP version requirement.

PHP7 support for SS3 is currently under development and the safest 
approach is to fix this module first.
This commit is contained in:
Sam Minnee 2017-04-04 10:50:26 +12:00
parent b10955d985
commit e5f51b14a3

View File

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