feat(update): apply recipes:update symfony/twig-bundle

This commit is contained in:
Simon Vieille 2023-01-08 19:24:37 +01:00
parent 089cd2bb85
commit da12738b94
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 8 additions and 7 deletions

View file

@ -1,2 +0,0 @@
twig:
strict_variables: true

View file

@ -4,3 +4,7 @@ twig:
paths:
'%kernel.project_dir%/templates/core/': Core
'%kernel.project_dir%/vendor/murph/murph-core/src/core/Resources/views/': Core
when@test:
twig:
strict_variables: true

View file

@ -601,15 +601,14 @@
"version": "v5.2.5"
},
"symfony/twig-bundle": {
"version": "5.0",
"version": "5.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.0",
"ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
"branch": "main",
"version": "5.4",
"ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
},
"files": [
"config/packages/test/twig.yaml",
"config/packages/twig.yaml",
"templates/base.html.twig"
]