From fa143b9f906c321b3a31e1c594a5b960d482b533 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Mar 2017 17:38:17 +0200 Subject: v2.1.3 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2908450..fa6da1d 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "symfony/finder": "^2.2 || ^3.0", "symfony/polyfill-php54": "^1.0", "symfony/polyfill-php55": "^1.3", + "symfony/polyfill-php70": "^1.0", "symfony/polyfill-xml": "^1.3", "symfony/process": "^2.3 || ^3.0", "symfony/stopwatch": "^2.5 || ^3.0" @@ -35,7 +36,9 @@ "symfony/phpunit-bridge": "^3.2" }, "suggest": { - "ext-xml": "For better performance." + "ext-mbstring": "For handling non-UTF8 characters in cache singature.", + "ext-xml": "For better performance.", + "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." }, "conflict": { "hhvm": "<3.9" -- cgit