Files
filtered-eventsexport-bundle/composer.json
T
2026-02-18 21:30:04 +01:00

22 lines
587 B
JSON

{
"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
}