Updated symfony-framework-bundle recipe

This removes the annotation reader services, which are not needed anymore
This commit is contained in:
Jan Böhmer 2023-12-03 23:04:35 +01:00
parent f888028823
commit fd645a0bce
2 changed files with 5 additions and 5 deletions

View file

@ -2,9 +2,10 @@
framework: framework:
secret: '%env(APP_SECRET)%' secret: '%env(APP_SECRET)%'
csrf_protection: true csrf_protection: true
annotations: false
handle_all_throwables: true handle_all_throwables: true
# We set this header by ourself, so we can disable it here # We set this header by ourselves, so we can disable it here
disallow_search_engine_index: false disallow_search_engine_index: false
# Must be set to true, to enable the change of HTTP method 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
@ -26,7 +27,6 @@ framework:
handler_id: null handler_id: null
cookie_secure: auto cookie_secure: auto
cookie_samesite: lax cookie_samesite: lax
storage_factory_id: session.storage.factory.native
#esi: true #esi: true
#fragments: true #fragments: true

View file

@ -559,12 +559,12 @@
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/framework-bundle": { "symfony/framework-bundle": {
"version": "6.2", "version": "6.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.2", "version": "6.4",
"ref": "af47254c5e4cd543e6af3e4508298ffebbdaddd3" "ref": "a91c965766ad3ff2ae15981801643330eb42b6a5"
}, },
"files": [ "files": [
"config/packages/cache.yaml", "config/packages/cache.yaml",