Skip to content

Commit 78175d9

Browse files
authored
Merge pull request #122 from alchemy-fr/feature/mbstring-polyfill
Require mbstring polyfill instead of extension
2 parents 6dcbd8e + 5e18b7d commit 78175d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=5.5",
16-
"ext-mbstring": "*",
1716
"doctrine/collections": "~1.0",
1817
"symfony/filesystem": "^2.0.5|^3.0",
19-
"symfony/process": "^2.1|^3.0"
18+
"symfony/process": "^2.1|^3.0",
19+
"symfony/polyfill-mbstring": "^1.3"
2020
},
2121
"require-dev": {
2222
"ext-zip": "*",

0 commit comments

Comments
 (0)