Add ext-mbstring missing requirement

This fix "PHP Fatal error:  Uncaught Error: Call to undefined function GraphQL\Language\mb_strlen()"
This commit is contained in:
Jeremiah VALERIE 2016-11-12 09:59:05 +01:00
parent 986eff9bff
commit 4867c4ceca

View File

@ -9,7 +9,8 @@
"API" "API"
], ],
"require": { "require": {
"php": ">=5.4,<8.0-DEV" "php": ">=5.4,<8.0-DEV",
"ext-mbstring": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8" "phpunit/phpunit": "^4.8"