We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c2471 commit 4613359Copy full SHA for 4613359
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+* Make mbstring extension optional (though Symfony polyfill).
6
+
7
## [4.2.2] - 2017-09-28
8
9
* Added support for binding parameters.
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require": {
19
"php": ">=5.3.0",
20
- "ext-mbstring": "*"
+ "symfony/polyfill-mbstring": "^1.3"
21
22
"require-dev": {
23
"phpunit/php-code-coverage": "*",
@@ -27,6 +27,7 @@
27
"phpmyadmin/motranslator": "<3.0"
28
29
"suggest": {
30
+ "ext-mbstring": "For best performance",
31
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
32
33
"bin": [
0 commit comments