Skip to content

Commit efb3090

Browse files
authored
Permit installation when symfony/polyfill-mbstring is present (#133)
* Permit installation when symfony/polyfill-mbstring is present * [fixup] ending coma
1 parent ab7cca1 commit efb3090

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"require": {
66
"php": ">=5.4",
77
"ext-json": "*",
8-
"ext-mbstring": "*",
98
"phplang/scope-exit": "^1.0",
10-
"swaggest/json-diff": "^3.8.2"
9+
"swaggest/json-diff": "^3.8.2",
10+
"symfony/polyfill-mbstring": "^1.19"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^4.8.23"
@@ -37,5 +37,8 @@
3737
"platform": {
3838
"php": "5.4.45"
3939
}
40+
},
41+
"suggest": {
42+
"ext-mbstring": "For better performance"
4043
}
4144
}

0 commit comments

Comments
 (0)