summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
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"