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"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0"
|
||||
"php": "^7.2.5||^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -30,7 +30,7 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "8.0.0"
|
||||
"php": "7.2.5"
|
||||
},
|
||||
"platform-check": true,
|
||||
"sort-packages": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user