Remove gettext & lowerize

This commit is contained in:
Jeremy Benoist 2016-02-24 14:19:47 +01:00
parent fd3fd481a6
commit 7af794e525

View file

@ -30,20 +30,19 @@
"require": {
"php": ">=5.5.9",
"ext-pcre": "*",
"ext-DOM": "*",
"ext-dom": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-session": "*",
"ext-Ctype": "*",
"ext-ctype": "*",
"ext-hash": "*",
"ext-simplexml": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-iconv": "*",
"ext-gettext": "*",
"ext-tokenizer": "*",
"ext-PDO": "*",
"ext-pdo": "*",
"symfony/symfony": "3.0.*",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",