Files
filtered-eventsexport-bundle/composer.json
T
2026-03-08 17:24:19 +01:00

22 lines
593 B
JSON

{
"name": "mummert/filtered-eventsexport-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": {
"FilteredEventsExportBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "FilteredEventsExportBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true
}