Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit e79bd2a

Browse files
author
Dominik Frantisek Bucik
committed
fix: 🐛 Added missing ext-intl to the composer.json
Missing extension caused calls to the function transliteration_transliterate be evaluated as call to an undefined function
1 parent 6650437 commit e79bd2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"ext-json": "*",
4444
"ext-openssl": "*",
4545
"ext-iconv": "*",
46+
"ext-intl": "*",
4647
"web-token/jwt-key-mgmt": "^2.2",
4748
"web-token/jwt-signature": "^2.2",
4849
"web-token/jwt-signature-algorithm-rsa": "^2.2",

0 commit comments

Comments
 (0)