From 4867c4ceca01c4157ef11d31fdf1fd6d598d39a7 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Sat, 12 Nov 2016 09:59:05 +0100 Subject: [PATCH] Add ext-mbstring missing requirement This fix "PHP Fatal error: Uncaught Error: Call to undefined function GraphQL\Language\mb_strlen()" --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9128ce..ba079f1 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ "API" ], "require": { - "php": ">=5.4,<8.0-DEV" + "php": ">=5.4,<8.0-DEV", + "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^4.8"