From e79bd2a59547e4ccfd674a4f962fad285c17c2ac Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik <bucik@ics.muni.cz> Date: Wed, 3 Nov 2021 07:53:57 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Added=20missing=20ext-int?= =?UTF-8?q?l=20to=20the=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing extension caused calls to the function transliteration_transliterate be evaluated as call to an undefined function --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 9879da05..cc5c8edb 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "ext-json": "*", "ext-openssl": "*", "ext-iconv": "*", + "ext-intl": "*", "web-token/jwt-key-mgmt": "^2.2", "web-token/jwt-signature": "^2.2", "web-token/jwt-signature-algorithm-rsa": "^2.2", -- GitLab