diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2023-03-21 19:58:00 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2023-03-22 22:21:03 +0100 |
| commit | c4985f69a5d947a08867c9cb4c65d3709f2ad82f (patch) | |
| tree | 9c9843ce9c667f543e21e4bf31fb388e6d506714 | |
| parent | d6276ca061f76ae1e810a7725402fe38e09c0b2b (diff) | |
| download | phorkie-c4985f69a5d947a08867c9cb4c65d3709f2ad82f.tar.gz phorkie-c4985f69a5d947a08867c9cb4c65d3709f2ad82f.zip | |
Work around bug in twig 1
Related: https://github.com/twigphp/Twig/pull/3822
| -rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
