Skip to content

Commit

Permalink
Fixed deprecations while using Symfony 6.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Nov 30, 2023
1 parent 385421c commit 1b0ae01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/App/config/config_v6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ framework:
csrf_protection: ~
session:
handler_id: 'session.handler.native'
cookie_secure: auto
cookie_samesite: lax
http_method_override: false
handle_all_throwables: true
php_errors:
log: false

monolog:
handlers:
Expand Down Expand Up @@ -57,6 +62,7 @@ doctrine:
orm:
auto_generate_proxy_classes: '%kernel.debug%'
auto_mapping: true
enable_lazy_ghost_objects: true

hwi_oauth:
connect:
Expand Down

0 comments on commit 1b0ae01

Please sign in to comment.