N°1885 add php-gd as a mandatory extension

This commit is contained in:
Pierre Goiffon
2018-12-17 15:48:06 +01:00
parent 9828b905b2
commit faba67b292
2 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,8 @@
"ext-soap": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-mysqli": "*"
"ext-mysqli": "*",
"ext-gd": "*"
},
"config": {
"platform": {