mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
➖ Remove php ext from composer.json
Not really mandatory, can cause trouble when really using composer !
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"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": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|||||||
Reference in New Issue
Block a user