Skip to content

Commit

Permalink
Merge pull request #23 from aksafan/intl_support
Browse files Browse the repository at this point in the history
Added php-intl as a dependency
  • Loading branch information
aaronpk authored Feb 19, 2024
2 parents 7129938 + 4079aaa commit 4e52346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"prefer-stable": true,
"require": {
"php": ">=7.2",
"ext-mbstring": "*"
"ext-mbstring": "*",
"ext-intl": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down

0 comments on commit 4e52346

Please sign in to comment.