From a476aeea457e6b3168043660f8c579db6cdc36b2 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Thu, 26 Jan 2017 16:31:06 +0100 Subject: [PATCH] Clean composer.json. --- composer.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 7d489ae..1e4aa01 100644 --- a/composer.json +++ b/composer.json @@ -53,18 +53,5 @@ "contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\ContaoManager\\Plugin" }, "minimum-stability": "dev", - "prefer-stable": true, - "repositories": [ - { - "type": "composer", - "url": "https://legacy-packages-via.contao-community-alliance.org/" - }, - { - "type": "artifact", - "url": "packages" - } - ], - "config": { - "component-dir": "../assets/components" - } + "prefer-stable": true }