readme: Added mbstring as required extension

closes #576 (Ubuntu 18.04 requires mbstring to be installed manually)
This commit is contained in:
Igor Scheller 2019-03-16 19:56:58 +01:00
parent 69ac1b2d21
commit 1d31f2d8c1
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
* Required modules:
* gettext
* json
* mbstring
* PDO
* mysql
* xml/libxml/SimpleXML

View File

@ -18,6 +18,7 @@
"ext-gettext": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-PDO": "*",
"ext-SimpleXML": "*",
"ext-xml": "*",