{ "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": { "MummertMedia\\EventManagerBundle\\": "src/", "Mummert\\EventManagerBundle\\": "src/Compat/" } }, "extra": { "contao-manager-plugin": "Mummert\\EventManagerBundle\\Contao\\Manager\\Plugin" }, "prefer-stable": true, "config": { "allow-plugins": { "contao-components/installer": true, "contao/manager-plugin": true } } }