From df58a3694ebb9e9a8073a9ee933b17528c8af6fa Mon Sep 17 00:00:00 2001 From: aude Date: Mon, 23 Feb 2015 16:03:24 +0100 Subject: [PATCH] Require ext-iconv and suggest ext-intl in composer.json Since iconv is required, per running install.php, and intl is recommended. Bug: T90439 Change-Id: I70f6ce9d8d71f8abd3800bbe00aa0f754ce297a2 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 1650394efe..7f8c661ab8 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ }, "require": { "cssjanus/cssjanus": "1.1.1", + "ext-iconv": "*", "leafo/lessphp": "0.5.0", "oojs/oojs-ui": "0.8.0", "php": ">=5.3.3", @@ -31,6 +32,7 @@ }, "suggest": { "ext-fileinfo": "*", + "ext-intl": "*", "ext-mbstring": "*", "ext-wikidiff2": "*", "ext-apc": "*", -- 2.20.1