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

Commit

Permalink
fix: 🐛 Added missing ext-intl to the composer.json
Browse files Browse the repository at this point in the history
Missing extension caused calls to the function
transliteration_transliterate be evaluated as call to an undefined
function
  • Loading branch information
Dominik Frantisek Bucik committed Nov 3, 2021
1 parent 6650437 commit e79bd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e79bd2a

Please sign in to comment.