Skip to content

Commit d465b4d

Browse files
committed
Adds ext-mbstring to composer.json require key
1 parent 266c1a8 commit d465b4d

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
@@ -21,7 +21,8 @@
2121
"require": {
2222
"php": ">=5.3.0",
2323
"ext-curl": "*",
24-
"ext-intl": "*"
24+
"ext-intl": "*",
25+
"ext-mbstring": "*"
2526
},
2627
"require-dev": {
2728
"mikey179/vfsStream": "1.2.*",

0 commit comments

Comments
 (0)