Skip to content

Commit

Permalink
Add the GD extension as a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edorfaus committed Apr 19, 2013
1 parent 32e3e14 commit 58a2094
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 @@ -13,7 +13,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-gd": "*"
},
"autoload": {
"psr-0": { "Endroid": "src/" }
Expand Down

0 comments on commit 58a2094

Please sign in to comment.