summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-03-16 19:56:58 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-03-16 19:58:23 +0100
commit1d31f2d8c1b04200fa5c0a7fd6da1f1771532c5a (patch)
tree21eaec31b749f6103a787fc72d534afaa596c67b /composer.json
parent69ac1b2d2115a41afe2bd4527abadda70063019a (diff)
readme: Added mbstring as required extension
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
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": "*",