mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Merge pull request #666 from Zankaria/fix-composer
Fix composer.json platform
This commit is contained in:
commit
b10ca57da1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user