chore: update dependencies and configure services

- bump symfony/security-bundle to ^7.3 in composer.json
- enable autoconfigure for Chill\CalendarBundle\Controller services
This commit is contained in:
2025-08-05 11:21:52 +02:00
parent 10ba2aaea5
commit 88697ae83f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
services:
Chill\CalendarBundle\Controller\:
autowire: true
autoconfigure: true
resource: '../../../Controller'
tags: ['controller.service_arguments']