From 9fd08833b95e82f9ad79ec56ee6d736f5f357bc6 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 14 Jun 2023 15:54:58 -0400 Subject: [PATCH] upgrading framework recipe --- config/packages/framework.yaml | 1 + symfony.lock | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 51181fd..ffa7d33 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -3,6 +3,7 @@ framework: secret: '%env(APP_SECRET)%' #csrf_protection: true http_method_override: false + handle_all_throwables: true # Enables session support. Note that the session will ONLY be started if you read or write from it. # Remove or comment this section to explicitly disable session support. diff --git a/symfony.lock b/symfony.lock index 579fe5b..ba60fea 100644 --- a/symfony.lock +++ b/symfony.lock @@ -159,12 +159,12 @@ ] }, "symfony/framework-bundle": { - "version": "5.4", + "version": "6.3", "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",