Merge pull request #65 from sminnee/fix-php-req

FIX: Relax PHP version requirement.
This commit is contained in:
Loz Calver 2017-04-04 00:03:05 +01:00 committed by GitHub
commit c1d2696514
1 changed files with 1 additions and 1 deletions

View File

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