reduce minimal usable php to 7.0

This commit is contained in:
MaxBUhe 2023-06-27 09:08:17 +02:00
parent 60f61f4bab
commit 50be757355

View File

@ -44,7 +44,7 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=7.0",
"oxid-esales/oxideshop-ce": "v6.0 - 6.3",
"google/apiclient":" ^2.0"
},