From 7c87a7bbd8acfc6206e6016e7aea21aa91f69219 Mon Sep 17 00:00:00 2001 From: Dorian Villet Date: Fri, 22 Nov 2013 15:15:17 +0100 Subject: [PATCH] Add mbstring requirement to composer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2acfea8..5831efd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ } ], "require": { - "php": ">=5.3.2" + "php": ">=5.3.2", + "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "3.7.*",