Skip to content

Commit cc70d16

Browse files
committed
Merge pull request #99 from alchemy-fr/fix/issue-98
Require mbstring extension to be available
2 parents 20689d2 + e1f9249 commit cc70d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.3",
16+
"ext-mbstring": "*",
1617
"doctrine/collections": "~1.0",
1718
"symfony/filesystem": "^2.0.5|^3.0",
1819
"symfony/process": "^2.1|^3.0"

0 commit comments

Comments
 (0)