From e3d397fa7481c9514599ade9185b1323f64478b1 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Wed, 10 Feb 2016 01:56:06 +0100 Subject: [PATCH] Add polyfill --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98b5f2b..572251a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "symfony/polyfill-mbstring": "^1.1" }, "require-dev": { "phpunit/phpunit": "~4.0"