Skip to content

Commit bcb0257

Browse files
authored
Merge pull request #19 from mafftor/18-update-the-project-for-work-with-image-intervention-3
Update composer.json to support intervention/image 2 and higher
2 parents 4233efe + 5bd076a commit bcb0257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"php": ">=7",
3535
"ext-exif": "*",
3636
"ext-fileinfo": "*",
37-
"intervention/image": "2.*",
37+
"intervention/image": ">=2.0.0",
3838
"illuminate/config": "^5.5|^6|^7|^8|^9|^10",
3939
"illuminate/filesystem": "^5.5|^6|^7|^8|^9|^10",
4040
"illuminate/support": "^5.5|^6|^7|^8|^9|^10",

0 commit comments

Comments
 (0)