add required extensions to composer.json

This commit is contained in:
h00j
2021-02-13 19:37:00 +01:00
parent 599fee5e21
commit 5b7fb87ec1
2 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
"description": "vichan imageboard",
"type": "project",
"require": {
"ext-mbstring": ">=5.4",
"ext-gd": ">=5.4",
"ext-pdo": ">=5.4",
"twig/twig": "^1.44.2",
"lifo/ip": "^1.0",
"gettext/gettext": "^1.0",