Initial release
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user