From 1d31f2d8c1b04200fa5c0a7fd6da1f1771532c5a Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 16 Mar 2019 19:56:58 +0100 Subject: readme: Added mbstring as required extension closes #576 (Ubuntu 18.04 requires mbstring to be installed manually) --- README.md | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ec17aada..fa5b3e49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 7cf1e277..c8e9f2be 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "ext-gettext": "*", "ext-json": "*", "ext-libxml": "*", + "ext-mbstring": "*", "ext-PDO": "*", "ext-SimpleXML": "*", "ext-xml": "*", -- cgit v1.2.3-54-g00ecf