1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +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",
"config": {
"platform": {
"php": ">=7.4"
"php": "7.4"
}
},
"require": {
"php": ">=7.4",
"ext-mbstring": ">=7.4",
"ext-gd": ">=7.4",
"ext-pdo": ">=7.4",