Rename to filtered-eventsexport-bundle

This commit is contained in:
Jürgen Mummert
2026-03-08 17:24:19 +01:00
parent 00ef6aba91
commit 02abaf401b
13 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"name": "gymnasium-nossen/gymnasium-nossen-bundle",
"name": "mummert/filtered-eventsexport-bundle",
"description": "Contao frontend module with date-range filtered upcoming events for members.",
"type": "contao-bundle",
"license": "proprietary",
@@ -12,11 +12,11 @@
},
"autoload": {
"psr-4": {
"GymnasiumNossenBundle\\": "src/"
"FilteredEventsExportBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "GymnasiumNossenBundle\\Contao\\Manager\\Plugin"
"contao-manager-plugin": "FilteredEventsExportBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true
}