mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
b10955d985
commit
e5f51b14a3
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3,<7",
|
"php": ">=5.3.3,<7.2",
|
||||||
"silverstripe/framework": "~3.3"
|
"silverstripe/framework": "~3.3"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
Loading…
Reference in New Issue
Block a user