readme: Added mbstring as required extension
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually)
This commit is contained in:
parent
69ac1b2d21
commit
1d31f2d8c1
|
@ -15,6 +15,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
|
||||||
* Required modules:
|
* Required modules:
|
||||||
* gettext
|
* gettext
|
||||||
* json
|
* json
|
||||||
|
* mbstring
|
||||||
* PDO
|
* PDO
|
||||||
* mysql
|
* mysql
|
||||||
* xml/libxml/SimpleXML
|
* xml/libxml/SimpleXML
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"ext-gettext": "*",
|
"ext-gettext": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
|
"ext-mbstring": "*",
|
||||||
"ext-PDO": "*",
|
"ext-PDO": "*",
|
||||||
"ext-SimpleXML": "*",
|
"ext-SimpleXML": "*",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
|
|
Loading…
Reference in New Issue