diff --git a/symfony/twig-bundle/6.4/config/packages/twig.yaml b/symfony/twig-bundle/6.4/config/packages/twig.yaml new file mode 100644 index 00000000..3f795d92 --- /dev/null +++ b/symfony/twig-bundle/6.4/config/packages/twig.yaml @@ -0,0 +1,6 @@ +twig: + file_name_pattern: '*.twig' + +when@test: + twig: + strict_variables: true diff --git a/symfony/twig-bundle/6.4/manifest.json b/symfony/twig-bundle/6.4/manifest.json new file mode 100644 index 00000000..c4835ac7 --- /dev/null +++ b/symfony/twig-bundle/6.4/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } +} diff --git a/symfony/twig-bundle/6.4/templates/base.html.twig b/symfony/twig-bundle/6.4/templates/base.html.twig new file mode 100644 index 00000000..1069c147 --- /dev/null +++ b/symfony/twig-bundle/6.4/templates/base.html.twig @@ -0,0 +1,16 @@ + + +
+ +