Skip to content

Commit

Permalink
Added php-intl as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aksafan committed May 31, 2023
1 parent cb7234d commit 4079aaa
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 4079aaa

Please sign in to comment.