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.*",