Skip to content

Commit

Permalink
bug #130 Remove deprecated templating configuration (dannyvw)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.6-dev branch.

Discussion
----------



Commits
-------

e5f8b6b Remove deprecated templating configuration
  • Loading branch information
pamil authored Jan 2, 2020
2 parents 8d62fc7 + e5f8b6b commit d4b073b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"symfony/form": "^3.4|^4.3",
"symfony/framework-bundle": "^3.4|^4.3",
"symfony/security-csrf": "^3.4|^4.3",
"symfony/templating": "^3.4|^4.3",
"symfony/twig-bundle": "^3.4|^4.3",
"symfony/validator": "^3.4|^4.3",
"symfony/yaml": "^3.4|^4.3",
Expand Down
2 changes: 0 additions & 2 deletions src/Bundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ framework:
resource: "%kernel.project_dir%/app/config/routing.yml"
form: ~
csrf_protection: true
templating:
engines: ['twig']
default_locale: "%locale%"
session:
handler_id: ~
Expand Down

0 comments on commit d4b073b

Please sign in to comment.