Update composer.json

Require ext-mbstring
This commit is contained in:
sc0Vu 2019-03-12 22:50:29 +08:00
parent 10b000d3e5
commit b6fc44d9e3
No known key found for this signature in database
GPG Key ID: A53323E7065B1FA7

View File

@ -13,7 +13,8 @@
"guzzlehttp/guzzle": "~6.0",
"PHP": "^7.1",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.11"
"phpseclib/phpseclib": "~2.0.11",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~6.0"