From: Christian Weiske Date: Tue, 21 Mar 2023 18:58:00 +0000 (+0100) Subject: Work around bug in twig 1 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/c4985f69a5d947a08867c9cb4c65d3709f2ad82f Work around bug in twig 1 Related: https://github.com/twigphp/Twig/pull/3822 --- diff --git a/composer.json b/composer.json index 32e13fa..70a6d95 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,8 @@ } ], "require": { + "ext-mbstring": "*", + "pear/date_humandiff": "~0.5", "pear/http_request2": "^2.2", "pear/pager": "^2.4",