1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

Revert "Revert "Fix composer.json platform""

This commit is contained in:
Lorenzo Yario 2024-03-30 22:32:45 -07:00 committed by GitHub
parent 2fa28510b9
commit d0c0d272af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",