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