feat(composer): allow php 7.2.5
This commit is contained in:
parent
1bc87aa033
commit
f3574dd6d6
@ -19,7 +19,7 @@
|
|||||||
"source": "https://git.defis.info/SeaCMS/seacms-api"
|
"source": "https://git.defis.info/SeaCMS/seacms-api"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0"
|
"php": "^7.2.5||^8.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "8.0.0"
|
"php": "7.2.5"
|
||||||
},
|
},
|
||||||
"platform-check": true,
|
"platform-check": true,
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user