Skip to content

Commit 6e79e4e

Browse files
committed
feat: support intervention/image version above 2.0.0
1 parent fbb08ab commit 6e79e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": ">=7.2.0",
2727
"ext-exif": "*",
2828
"ext-fileinfo": "*",
29-
"intervention/image": "2.*",
29+
"intervention/image": ">=2.0.0",
3030
"illuminate/config": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3131
"illuminate/filesystem": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3232
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",

0 commit comments

Comments
 (0)