Skip to content

Commit

Permalink
Remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai authored and Alfro committed Feb 24, 2020
1 parent 4c92f78 commit 7a941ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ framework:
handler_id: ~
fragments: ~
http_method_override: true

sensio_framework_extra:
router: { annotations: false } # Deprecated; use routing annotations of Symfony core instead
request: { converters: true, auto_convert: true }
view: { annotations: true }
cache: { annotations: true }
security: { annotations: true }
psr_message: { enabled: false } # Defaults to true if the PSR-7 bridge is installed

0 comments on commit 7a941ee

Please sign in to comment.