Skip to content

Commit fb17f53

Browse files
authored
mbstring requirement
1 parent 90a6fd4 commit fb17f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"require": {
2121
"php": ">=5.4.0",
22-
"ext-curl": "*"
22+
"ext-curl": "*",
23+
"ext-mbstring": "*"
2324
},
2425
"require-dev": {
2526
"guzzlehttp/guzzle": "5.x",

0 commit comments

Comments
 (0)