Skip to content

Commit

Permalink
upgrading framework recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 14, 2023
1 parent 0c02682 commit 9fd0883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9fd0883

Please sign in to comment.