From 7b0bd79df095139910748973bdd1dd0067e72901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Tue, 13 Feb 2018 08:30:05 +0100 Subject: [PATCH] Updated composer.json --- composer.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 6df1c3f..b1aefa7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name":"cgoit/contao-aeo-bundle", + "name":"cgo-it/contao-aeo-bundle", "description":"Contao 4 Advanced eMail Obfuscation Bundle", "keywords":["contao","aeo","bundle"], "type":"contao-bundle", @@ -13,8 +13,8 @@ } ], "support":{ - "issues":"https://git.cgo-it.de/contao/aeo/issues", - "source":"https://git.cgo-it.de/contao/aeo", + "issues":"https://github.com/cgoIT/contao-aeo-bundle/issues", + "source":"https://github.com/cgoIT/contao-aeo-bundle.git", "forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation" }, "require":{ @@ -43,9 +43,6 @@ ] }, "extra": { - "branch-alias": { - "dev-develop": "3.6.x-dev" - }, "contao-manager-plugin": "cgoIT\\aeo\\ContaoManager\\Plugin" } }