Updated composer.json

This commit is contained in:
Carsten Götzinger 2018-02-13 08:30:05 +01:00
parent c76b056a97
commit 7b0bd79df0
1 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"name":"cgoit/contao-aeo-bundle", "name":"cgo-it/contao-aeo-bundle",
"description":"Contao 4 Advanced eMail Obfuscation Bundle", "description":"Contao 4 Advanced eMail Obfuscation Bundle",
"keywords":["contao","aeo","bundle"], "keywords":["contao","aeo","bundle"],
"type":"contao-bundle", "type":"contao-bundle",
@ -13,8 +13,8 @@
} }
], ],
"support":{ "support":{
"issues":"https://git.cgo-it.de/contao/aeo/issues", "issues":"https://github.com/cgoIT/contao-aeo-bundle/issues",
"source":"https://git.cgo-it.de/contao/aeo", "source":"https://github.com/cgoIT/contao-aeo-bundle.git",
"forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation" "forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation"
}, },
"require":{ "require":{
@ -43,9 +43,6 @@
] ]
}, },
"extra": { "extra": {
"branch-alias": {
"dev-develop": "3.6.x-dev"
},
"contao-manager-plugin": "cgoIT\\aeo\\ContaoManager\\Plugin" "contao-manager-plugin": "cgoIT\\aeo\\ContaoManager\\Plugin"
} }
} }