From e4bd68ca375d854615613e6b77003e08c1744c54 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 5 Sep 2013 14:08:03 +0200 Subject: [PATCH] composer.json update --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2180c25..27a432b 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,13 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "lib-pcre": "*" + }, + "suggest": { + "lib-icu": "Use Intl for best performance", + "lib-iconv": "Use iconv for best performance", + "ext-mbstring": "Use Mbstring for best performance" }, "autoload": { "psr-0": {