From e8f8fc7f5f5eba315290bc8d45348c3a4d4bee79 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 29 Aug 2018 21:55:32 +0200 Subject: Replaced gettext translation `_()` with `__()` that uses the Translator class --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') 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.*", -- cgit v1.2.3-54-g00ecf