N°2330 - set the php minimum version to 7.2

This commit is contained in:
Eric
2020-07-13 15:35:18 +02:00
parent 6320879fe1
commit edefa4da4f

View File

@@ -2,7 +2,7 @@
"type": "project",
"license": "AGPLv3",
"require": {
"php": ">=5.6.0",
"php": ">=7.2.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",
@@ -37,7 +37,7 @@
},
"config": {
"platform": {
"php": "5.6.0"
"php": "7.2.0"
},
"vendor-dir": "lib",
"preferred-install": {