summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2018-08-29 21:55:32 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-29 23:46:32 +0200
commite8f8fc7f5f5eba315290bc8d45348c3a4d4bee79 (patch)
treef882e29ee1ca436ee98a93a4f8a489630a71b9c1 /composer.json
parent3a1164164791edbe30c7247b98585474867dd968 (diff)
Replaced gettext translation `_()` with `__()` that uses the Translator class
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 1f53e546..10e34804 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,10 @@
"php": ">=7.0.0",
"ext-gettext": "*",
"ext-json": "*",
+ "ext-libxml": "*",
"ext-PDO": "*",
+ "ext-SimpleXML": "*",
+ "ext-xml": "*",
"erusev/parsedown": "^1.6",
"illuminate/container": "5.5.*",
"illuminate/database": "5.5.*",