From 05b2515b3b5dcbf4eecb7ebae903f99335ceb077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 27 May 2023 21:02:02 +0200 Subject: [PATCH] Updated recipe of symfony/framework-bundle --- config/packages/framework.yaml | 3 ++- symfony.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 6adac2bb..8ad7bf1a 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -2,8 +2,9 @@ framework: secret: '%env(APP_SECRET)%' csrf_protection: true + handle_all_throwables: true - # Must be set to true, to enable the change of HTTP methhod via _method parameter, otherwise our delete routines does not work anymore + # Must be set to true, to enable the change of HTTP method via _method parameter, otherwise our delete routines does not work anymore # TODO: Rework delete routines to work without _method parameter as it is not recommended anymore (see https://github.com/symfony/symfony/issues/45278) http_method_override: true diff --git a/symfony.lock b/symfony.lock index c5239b19..e112bc2b 100644 --- a/symfony.lock +++ b/symfony.lock @@ -509,12 +509,12 @@ "version": "v4.2.3" }, "symfony/framework-bundle": { - "version": "5.4", + "version": "6.2", "recipe": { "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.4", - "ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb" + "branch": "main", + "version": "6.2", + "ref": "af47254c5e4cd543e6af3e4508298ffebbdaddd3" }, "files": [ "config/packages/cache.yaml",