Skip to content

Commit

Permalink
Merge pull request #15 from teiling88/bugfix/#10
Browse files Browse the repository at this point in the history
adding ext-gd to composer require section
  • Loading branch information
imalhasaranga authored Nov 27, 2017
2 parents 2126cb6 + 5ada4a4 commit a799f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"scrutinizer/ocular": "~1.1"
},
"require": {
"php": ">=5.5.0"
"php": ">=5.5.0",
"ext-gd": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a799f29

Please sign in to comment.