Skip to content

Commit b74e3b7

Browse files
authored
Explicit extension dependency
1 parent 150d481 commit b74e3b7

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
@@ -10,7 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3.0"
13+
"php": ">=5.3.0",
14+
"ext-mbstring": "*"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": ">=4.8 <6.0",

0 commit comments

Comments
 (0)