26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "mummert-media/eventmanager-bundle",
|
|
"description": "Internal Contao backend bundle for organizations, locations and event/member assignments.",
|
|
"type": "contao-bundle",
|
|
"license": "proprietary",
|
|
"keywords": [
|
|
"contao",
|
|
"contao-bundle",
|
|
"eventmanager"
|
|
],
|
|
"require": {
|
|
"php": "^8.4",
|
|
"contao/core-bundle": "^5.7",
|
|
"contao/manager-plugin": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MummertMedia\\EventManagerBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "MummertMedia\\EventManagerBundle\\Contao\\Manager\\Plugin"
|
|
},
|
|
"prefer-stable": true
|
|
}
|