mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
add required extensions to composer.json
This commit is contained in:
parent
599fee5e21
commit
5b7fb87ec1
@ -3,6 +3,9 @@
|
|||||||
"description": "vichan imageboard",
|
"description": "vichan imageboard",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
|
"ext-mbstring": ">=5.4",
|
||||||
|
"ext-gd": ">=5.4",
|
||||||
|
"ext-pdo": ">=5.4",
|
||||||
"twig/twig": "^1.44.2",
|
"twig/twig": "^1.44.2",
|
||||||
"lifo/ip": "^1.0",
|
"lifo/ip": "^1.0",
|
||||||
"gettext/gettext": "^1.0",
|
"gettext/gettext": "^1.0",
|
||||||
|
8
composer.lock
generated
8
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7fb3b7d5875cbc1a9818a0f64ec66c39",
|
"content-hash": "e78104dfc51d725ae15a17e7a70e7ca3",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "geoip/geoip",
|
"name": "geoip/geoip",
|
||||||
@ -374,7 +374,11 @@
|
|||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {
|
||||||
|
"ext-mbstring": ">=5.4",
|
||||||
|
"ext-gd": ">=5.4",
|
||||||
|
"ext-pdo": ">=5.4"
|
||||||
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.0.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user