Remove php ext from composer.json

Not really mandatory, can cause trouble when really using composer !
This commit is contained in:
Pierre Goiffon
2019-01-15 09:18:58 +01:00
parent 6ad27b43ab
commit d873a5e68b

View File

@@ -1,17 +1,6 @@
{
"require": {
"php": ">=5.6.0",
"ext-mysql": "*",
"ext-ldap": "*",
"ext-mcrypt": "*",
"ext-cli": "*",
"ext-soap": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-mysqli": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-gd": "*"
},
"config": {
"platform": {