Skip to content

Commit

Permalink
Update component installer and remove php-cs-fixer package
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnered committed Jun 9, 2020
1 parent f9b74d7 commit f5bac9e
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 871 deletions.
37 changes: 4 additions & 33 deletions composer.json
Expand Up @@ -67,12 +67,12 @@
"swisnl/jquery-contextmenu": "2.1.*",
"blueimp/jquery-file-upload": "10.2.0",
"krixon/xbmc-php-rpc": "dev-master",
"friendsofphp/php-cs-fixer": "~2.16.0",
"kunalvarma05/dropbox-php-sdk": "^0.2.1",
"tightenco/collect": "5.2.*",
"ampache/ampacheapi-php": "^1.0",
"ext-json": "*",
"ext-xml": "*"
"ext-xml": "*",
"oomphinc/composer-installers-extender": "^1.1"
},

"repositories":
Expand Down Expand Up @@ -131,9 +131,6 @@
"src/qrcode.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -154,9 +151,6 @@
"jquery.cookie.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -183,11 +177,9 @@
"js/tag-it.min.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
}

},
{
"type": "package",
Expand All @@ -209,9 +201,6 @@
"css/prettyPhoto.css"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -235,9 +224,6 @@
"jquery.datetimepicker.css"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -263,9 +249,6 @@
"js/jquery.iframe-transport.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -286,9 +269,6 @@
"js/jquery.knob.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -312,9 +292,6 @@
"jquery.jscroll.min.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand All @@ -335,9 +312,6 @@
"responsive-elements.js"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
},
Expand Down Expand Up @@ -366,9 +340,6 @@
"dist/jquery.contextMenu.min.css"
]
}
},
"require": {
"robloach/component-installer": "*"
}
}
}
Expand Down

0 comments on commit f5bac9e

Please sign in to comment.