Skip to content

Commit e733ebc

Browse files
authoredDec 3, 2019
Merge pull request #23 from guanguans/master
Add ext-mbstring require
2 parents dc33f5a + 9c947e3 commit e733ebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": ">=5.3"
14+
"php": ">=5.3",
15+
"ext-mbstring": "*"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.