Skip to content

Commit

Permalink
Remove version requirement for Imagick
Browse files Browse the repository at this point in the history
  • Loading branch information
christianberkman authored Jun 14, 2024
1 parent 4b25c75 commit 38245c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Add a simple text box to an image using PHP's Imagick Library",
"type": "library",
"require": {
"ext-imagick": "^3.6"
"ext-imagick": "*"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 38245c1

Please sign in to comment.