feat: add Contao 5.7 event import bundle

This commit is contained in:
Jürgen Mummert
2026-03-01 22:17:53 +01:00
commit 88af59e9a0
7 changed files with 467 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "eiswurm/nossenerland-import-bundle",
"description": "Nossener Land event import bundle for Contao 5.7.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.7",
"contao/calendar-bundle": "^5.7",
"contao/manager-plugin": "^2.0",
"symfony/http-client": "^7.3",
"symfony/string": "^7.3"
},
"autoload": {
"psr-4": {
"Eiswurm\\NossenerlandImportBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Eiswurm\\NossenerlandImportBundle\\Contao\\Manager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
},
"prefer-stable": true
}