2 Commits

Author SHA1 Message Date
7b0bd79df0 Updated composer.json 2018-02-13 08:30:05 +01:00
c76b056a97 Kompatibilität mit Contao 4.5 und PHP 7 2018-02-13 07:04:00 +01:00

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,13 +13,13 @@
} }
], ],
"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":{
"php": ">=5.6.0", "php": ">=7.0.0",
"contao/core-bundle": "~4.3" "contao/core-bundle": "~4.5"
}, },
"require-dev": { "require-dev": {
"contao/manager-plugin": "^2.0" "contao/manager-plugin": "^2.0"
@ -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"
} }
} }