1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

Fix composer.json platform

This commit is contained in:
Zankaria 2024-02-09 14:29:59 +01:00
parent 5867963747
commit b35990e1cd

View File

@ -4,10 +4,11 @@
"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",