Skip to content

Commit 3928cd5

Browse files
add "require": { "ext-mbstring": "*"} in composer.json
1 parent a2b6d6c commit 3928cd5

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
@@ -14,7 +14,8 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=5.5.0"
17+
"php": ">=5.5.0",
18+
"ext-mbstring": "*"
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "4.*"

0 commit comments

Comments
 (0)