Skip to content

Commit

Permalink
Require php ext in composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Oct 23, 2016
1 parent a2265f9 commit 2454ad7
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 @@ -14,7 +14,8 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
Expand Down

0 comments on commit 2454ad7

Please sign in to comment.