Update composer.json

This commit is contained in:
RealAngeleno
2023-10-04 21:33:37 -07:00
committed by GitHub
parent 14ae2d7d06
commit 2ade0b0c8a

View File

@@ -2,6 +2,11 @@
"name": "vichan-devel/vichan",
"description": "vichan imageboard",
"type": "project",
"config": {
"platform": {
"php": ">=7.4"
}
},
"require": {
"ext-mbstring": ">=7.4",
"ext-gd": ">=7.4",