diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index ba3cc0856b..90e1b01ce3 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -14,3 +14,11 @@ framework: handler_id: ~ fragments: ~ http_method_override: true + +sensio_framework_extra: + router: { annotations: false } # Deprecated; use routing annotations of Symfony core instead + request: { converters: true, auto_convert: true } + view: { annotations: true } + cache: { annotations: true } + security: { annotations: true } + psr_message: { enabled: false } # Defaults to true if the PSR-7 bridge is installed