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

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

8
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7fb3b7d5875cbc1a9818a0f64ec66c39",
"content-hash": "e78104dfc51d725ae15a17e7a70e7ca3",
"packages": [
{
"name": "geoip/geoip",
@ -374,7 +374,11 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"ext-mbstring": ">=5.4",
"ext-gd": ">=5.4",
"ext-pdo": ">=5.4"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}