Skip to content

Commit

Permalink
remove gd and imagick composer requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
streamtw committed Mar 26, 2016
1 parent 13645d1 commit 412f459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"require": {
"php": ">=5.5.0",
"illuminate/support": ">=4.2.0",
"intervention/image": "2.*",
"ext-imagick": "*",
"ext-gd": "*"
"intervention/image": "2.*"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
Expand Down

0 comments on commit 412f459

Please sign in to comment.