Files
2026-03-08 18:01:50 +01:00

34 lines
808 B
JSON

{
"name": "mummert/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.3",
"contao/core-bundle": "^5.7",
"contao/calendar-bundle": "^5.7",
"contao/manager-plugin": "^2.0",
"numero2/contao-tags": "^0.5"
},
"autoload": {
"psr-4": {
"Mummert\\EventManagerBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Mummert\\EventManagerBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
}
}