You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.1 KiB
48 lines
1.1 KiB
{ |
|
"name":"cgo-it/contao-aeo-bundle", |
|
"description":"Contao 4 Advanced eMail Obfuscation Bundle", |
|
"keywords":["contao","aeo","bundle"], |
|
"type":"contao-bundle", |
|
"homepage":"https://cgo-it.de", |
|
"license":"LGPL-3.0+", |
|
"authors":[ |
|
{ |
|
"name":"Carsten Götzinger", |
|
"homepage":"https://cgo-it.de", |
|
"role":"Developer" |
|
} |
|
], |
|
"support":{ |
|
"issues":"https://git.cgo-it.de/contao/aeo/issues", |
|
"source":"https://git.cgo-it.de/contao/aeo.git", |
|
"forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation" |
|
}, |
|
"require":{ |
|
"php": ">=7.0.0", |
|
"contao/core-bundle": "~4.5" |
|
}, |
|
"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/" |
|
}, |
|
"classmap": [ |
|
"src/Resources/contao/" |
|
], |
|
"exclude-from-classmap": [ |
|
"src/Resources/contao/config/", |
|
"src/Resources/contao/dca/", |
|
"src/Resources/contao/languages/", |
|
"src/Resources/contao/templates/" |
|
] |
|
}, |
|
"extra": { |
|
"contao-manager-plugin": "cgoIT\\aeo\\ContaoManagerPlugin" |
|
} |
|
}
|
|
|