mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Revert "Fix composer.json platform"
This commit is contained in:
parent
06ea4898d4
commit
24708dec7e
@ -4,11 +4,10 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.4"
|
"php": ">=7.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.4",
|
|
||||||
"ext-mbstring": ">=7.4",
|
"ext-mbstring": ">=7.4",
|
||||||
"ext-gd": ">=7.4",
|
"ext-gd": ">=7.4",
|
||||||
"ext-pdo": ">=7.4",
|
"ext-pdo": ">=7.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user