Skip to content

Commit

Permalink
Merge pull request #90 from skdishansachin/required-imagick-ext
Browse files Browse the repository at this point in the history
Required imagick extension
  • Loading branch information
tnylea authored Jul 12, 2024
2 parents fd4669e + e3d889d commit 6cec1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, xml, ctype, iconv, mysql
extensions: mbstring, xml, ctype, iconv, mysql, imagick

- name: Cache Composer Packages
uses: actions/cache@v2
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-imagick": "^3.4",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"laravel/folio": "^1.0",
"livewire/livewire": "^3.0",
Expand Down

0 comments on commit 6cec1e5

Please sign in to comment.