Skip to content

Commit 412f459

Browse files
committed
remove gd and imagick composer requirement
1 parent 13645d1 commit 412f459

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
"require": {
2626
"php": ">=5.5.0",
2727
"illuminate/support": ">=4.2.0",
28-
"intervention/image": "2.*",
29-
"ext-imagick": "*",
30-
"ext-gd": "*"
28+
"intervention/image": "2.*"
3129
},
3230
"suggest": {
3331
"ext-gd": "to use GD library based image processing.",

0 commit comments

Comments
 (0)