From 61ef75a10b19c6d2ae8d256cf4c5bb9d295fc5fe Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Tue, 19 Nov 2024 15:06:06 +0100 Subject: [PATCH] Support gettext extension --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 6c2f47a..890d68d 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "ext-filter": "*", "ext-ftp": "*", "ext-gd": "*", + "ext-gettext": "*", "ext-gmp": "*", "ext-hash": "*", "ext-iconv": "*",