aeo/composer.json

40 lines
931 B
JSON
Raw Normal View History

2017-08-07 07:33:08 +02:00
{
2018-02-13 08:30:05 +01:00
"name":"cgo-it/contao-aeo-bundle",
2017-08-07 07:33:08 +02:00
"description":"Contao 4 Advanced eMail Obfuscation Bundle",
"keywords":["contao","aeo","bundle"],
"type":"contao-bundle",
"homepage":"https://cgo-it.de",
"license":"LGPL-3.0+",
"authors":[
{
2017-08-07 08:56:14 +02:00
"name":"Carsten Götzinger",
2017-08-07 07:33:08 +02:00
"homepage":"https://cgo-it.de",
"role":"Developer"
}
],
"support":{
2018-02-13 08:30:05 +01:00
"issues":"https://github.com/cgoIT/contao-aeo-bundle/issues",
"source":"https://github.com/cgoIT/contao-aeo-bundle.git",
2017-08-07 07:33:08 +02:00
"forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation"
},
"require":{
"php": ">=7.0.0",
"contao/core-bundle": "~4.5"
2017-08-07 07:33:08 +02:00
},
"require-dev": {
"contao/manager-plugin": "^2.0"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0",
"symfony/symfony": "3.2.7"
},
"autoload": {
"psr-4": {
"cgoIT\\aeo\\": "src/"
2018-02-13 10:14:59 +01:00
}
},
2017-08-07 07:33:08 +02:00
"extra": {
2018-02-13 10:14:59 +01:00
"contao-manager-plugin": "cgoIT\\aeo\\ContaoManagerPlugin"
2017-08-07 07:33:08 +02:00
}
}