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
+15
View File
@@ -0,0 +1,15 @@
services:
_defaults:
autowire: true
autoconfigure: true
Eiswurm\NossenerlandImportBundle\:
resource: ../src/
exclude:
- ../src/DependencyInjection/
- ../src/Contao/Manager/
- ../src/NossenerlandImportBundle.php
Eiswurm\NossenerlandImportBundle\Command\ImportEventsCommand:
arguments:
$projectDir: '%kernel.project_dir%'