mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
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:
parent
986eff9bff
commit
4867c4ceca
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user