Skip to content

Commit

Permalink
fix: Add ext-intl to composer.json (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored May 25, 2022
1 parent 244a9fd commit 2ef3e8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_extensions: imagick
php_extensions: imagick intl
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"require": {
"php": "^8.0",
"ext-imagick": "*",
"ext-intl": "*",
"vlucas/phpdotenv": "^5.3"
},
"require-dev": {
Expand Down
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ef3e8a

Please sign in to comment.