diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-31 17:38:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-31 17:38:17 +0200 |
commit | fa143b9f906c321b3a31e1c594a5b960d482b533 (patch) | |
tree | 3b4a0f5238f1101704a8f2e22e1301814178ba58 /composer.json | |
parent | d831b76c2607760ced594bdfbf145d59245910ee (diff) |
v2.1.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
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" |