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": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"ext-pcre": "*", "ext-pcre": "*",
"ext-DOM": "*", "ext-dom": "*",
"ext-curl": "*", "ext-curl": "*",
"ext-gd": "*", "ext-gd": "*",
"ext-session": "*", "ext-session": "*",
"ext-Ctype": "*", "ext-ctype": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-iconv": "*", "ext-iconv": "*",
"ext-gettext": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-PDO": "*", "ext-pdo": "*",
"symfony/symfony": "3.0.*", "symfony/symfony": "3.0.*",
"doctrine/orm": "^2.5", "doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-bundle": "^1.6",