From 7af794e525fd0d7504d0a1c41cc747909df66033 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 24 Feb 2016 14:19:47 +0100 Subject: [PATCH] Remove gettext & lowerize --- composer.json | 7 +++---- 1 file 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 @@ "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", -- 2.41.0