Files
eventmanager-bundle/composer.json
T
Jürgen Mummert 63b5556b21 Initial release
2026-02-17 18:53:39 +01:00

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
}