diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-24 14:19:47 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-24 14:19:47 +0100 |
commit | 7af794e525fd0d7504d0a1c41cc747909df66033 (patch) | |
tree | 1532c65aafb8d71306d9a60e21d2c23811bfbf6b /composer.json | |
parent | fd3fd481a66478931be6800127d8473621aba272 (diff) | |
download | wallabag-7af794e525fd0d7504d0a1c41cc747909df66033.tar.gz wallabag-7af794e525fd0d7504d0a1c41cc747909df66033.tar.zst wallabag-7af794e525fd0d7504d0a1c41cc747909df66033.zip |
Remove gettext & lowerize
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 70a50f09..a1a7ebb4 100644 --- a/composer.json +++ b/composer.json | |||
@@ -30,20 +30,19 @@ | |||
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.9", | 31 | "php": ">=5.5.9", |
32 | "ext-pcre": "*", | 32 | "ext-pcre": "*", |
33 | "ext-DOM": "*", | 33 | "ext-dom": "*", |
34 | "ext-curl": "*", | 34 | "ext-curl": "*", |
35 | "ext-gd": "*", | 35 | "ext-gd": "*", |
36 | "ext-session": "*", | 36 | "ext-session": "*", |
37 | "ext-Ctype": "*", | 37 | "ext-ctype": "*", |
38 | "ext-hash": "*", | 38 | "ext-hash": "*", |
39 | "ext-simplexml": "*", | 39 | "ext-simplexml": "*", |
40 | "ext-json": "*", | 40 | "ext-json": "*", |
41 | "ext-mbstring": "*", | 41 | "ext-mbstring": "*", |
42 | "ext-xml": "*", | 42 | "ext-xml": "*", |
43 | "ext-iconv": "*", | 43 | "ext-iconv": "*", |
44 | "ext-gettext": "*", | ||
45 | "ext-tokenizer": "*", | 44 | "ext-tokenizer": "*", |
46 | "ext-PDO": "*", | 45 | "ext-pdo": "*", |
47 | "symfony/symfony": "3.0.*", | 46 | "symfony/symfony": "3.0.*", |
48 | "doctrine/orm": "^2.5", | 47 | "doctrine/orm": "^2.5", |
49 | "doctrine/doctrine-bundle": "^1.6", | 48 | "doctrine/doctrine-bundle": "^1.6", |