From 87f24c63fa9aa760d65732f862b003967bbcd4dc Mon Sep 17 00:00:00 2001 From: vlakoff Date: Sun, 9 Sep 2018 08:11:36 +0200 Subject: [PATCH] Use Symfony polyfill instead of requiring mbstring extension --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ddc3bdf7..7e8f3adc 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "require": { "php": ">=5.4.0", "ext-fileinfo": "*", - "ext-mbstring": "*", - "guzzlehttp/psr7": "~1.1" + "guzzlehttp/psr7": "~1.1", + "symfony/polyfill-mbstring": ">=1.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7",