Skip to content

Commit 2ef3e8a

Browse files
authored
fix: Add ext-intl to composer.json (DenverCoder1#233)
1 parent 244a9fd commit 2ef3e8a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/phpunit-ci-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: php-actions/composer@v6
1616
with:
17-
php_extensions: imagick
17+
php_extensions: imagick intl
1818
- name: PHPUnit Tests
1919
uses: php-actions/phpunit@v3
2020
with:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"require": {
2121
"php": "^8.0",
2222
"ext-imagick": "*",
23+
"ext-intl": "*",
2324
"vlucas/phpdotenv": "^5.3"
2425
},
2526
"require-dev": {

composer.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)