From cdb36d5ca638fe51b8a9ad00fc99a186f542ce2c Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Sat, 5 Jun 2021 13:44:29 -0400 Subject: [PATCH] [twig-bundle/5.3] Merge per-env settings --- symfony/twig-bundle/5.3/config/packages/twig.yaml | 6 ++++++ symfony/twig-bundle/5.3/manifest.json | 1 + symfony/twig-bundle/5.3/templates | 1 + 3 files changed, 8 insertions(+) create mode 100644 symfony/twig-bundle/5.3/config/packages/twig.yaml create mode 120000 symfony/twig-bundle/5.3/manifest.json create mode 120000 symfony/twig-bundle/5.3/templates diff --git a/symfony/twig-bundle/5.3/config/packages/twig.yaml b/symfony/twig-bundle/5.3/config/packages/twig.yaml new file mode 100644 index 00000000..f9f4cc53 --- /dev/null +++ b/symfony/twig-bundle/5.3/config/packages/twig.yaml @@ -0,0 +1,6 @@ +twig: + default_path: '%kernel.project_dir%/templates' + +when@test: + twig: + strict_variables: true diff --git a/symfony/twig-bundle/5.3/manifest.json b/symfony/twig-bundle/5.3/manifest.json new file mode 120000 index 00000000..ae0cf233 --- /dev/null +++ b/symfony/twig-bundle/5.3/manifest.json @@ -0,0 +1 @@ +../3.3/manifest.json \ No newline at end of file diff --git a/symfony/twig-bundle/5.3/templates b/symfony/twig-bundle/5.3/templates new file mode 120000 index 00000000..e1438990 --- /dev/null +++ b/symfony/twig-bundle/5.3/templates @@ -0,0 +1 @@ +../3.3/templates \ No newline at end of file