1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

Merge pull request #705 from vichan-devel/revert-666-fix-composer

Revert "Fix composer.json platform"
This commit is contained in:
Lorenzo Yario 2024-03-30 22:31:35 -07:00 committed by GitHub
commit 2fa28510b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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