diff --git a/symfony/twig-bundle/4.4/config/packages/twig.yaml b/symfony/twig-bundle/4.4/config/packages/twig.yaml new file mode 100644 index 00000000..6403e6ab --- /dev/null +++ b/symfony/twig-bundle/4.4/config/packages/twig.yaml @@ -0,0 +1,5 @@ +twig: + default_path: '%kernel.project_dir%/templates' + debug: '%kernel.debug%' + strict_variables: '%kernel.debug%' + exception_controller: null diff --git a/symfony/twig-bundle/4.4/config/routes b/symfony/twig-bundle/4.4/config/routes new file mode 120000 index 00000000..060f1684 --- /dev/null +++ b/symfony/twig-bundle/4.4/config/routes @@ -0,0 +1 @@ +../../3.3/config/routes/ \ No newline at end of file diff --git a/symfony/twig-bundle/4.4/manifest.json b/symfony/twig-bundle/4.4/manifest.json new file mode 120000 index 00000000..ae0cf233 --- /dev/null +++ b/symfony/twig-bundle/4.4/manifest.json @@ -0,0 +1 @@ +../3.3/manifest.json \ No newline at end of file diff --git a/symfony/twig-bundle/4.4/templates b/symfony/twig-bundle/4.4/templates new file mode 120000 index 00000000..4acb2806 --- /dev/null +++ b/symfony/twig-bundle/4.4/templates @@ -0,0 +1 @@ +../3.3/templates/ \ No newline at end of file