Initial bundle implementation

This commit is contained in:
Jürgen Mummert
2026-02-18 21:30:04 +01:00
commit 00ef6aba91
18 changed files with 1488 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "gymnasium-nossen/gymnasium-nossen-bundle",
"description": "Contao frontend module with date-range filtered upcoming events for members.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.7",
"contao/calendar-bundle": "^5.7",
"dompdf/dompdf": "^3.1",
"contao/manager-plugin": "^2.0"
},
"autoload": {
"psr-4": {
"GymnasiumNossenBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "GymnasiumNossenBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true
}