Add check for gd extension

This commit is contained in:
Frederic Guillot
2015-04-06 17:52:51 -04:00
parent e3b1dbee2b
commit b89a4ac33f
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"require" : {
"php": ">=5.3",
"ext-mbstring" : "*",
"ext-gd": "*",
"fguillot/simple-validator" : "dev-master",
"swiftmailer/swiftmailer" : "@stable",
"fguillot/json-rpc" : "0.0.1",