From 9e3946a03dfecfe1192610cd325e5d080effdc93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Mon, 23 Apr 2018 06:58:08 +0200 Subject: [PATCH] Updated composer.json with repositories block --- composer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb6c832..45f5bf7 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,14 @@ "type":"contao-bundle", "homepage":"https://cgo-it.de", "license":"LGPL-3.0+", + "prefer-stable": true, + "config": { + "preferred-install": { + "cgo-it/*": "dist", + "*": "dist" + }, + "gitlab-domains": [ "git.cgo-it.de" ], + } "authors":[ { "name":"cgo IT", @@ -32,7 +40,7 @@ }, "repositories": [ { - "type": "gitlab", + "type": "vcs", "url": "https://git.cgo-it.de/contao/rate-it.git" } ],