From cbb435138e716f52f81ec5405b3994f6bfddb10f Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Sat, 17 Aug 2019 14:10:07 -0400 Subject: [PATCH] Deprecation free and use ErrorRenderer mechanism by default --- symfony/twig-bundle/4.4/config/packages/twig.yaml | 5 +++++ symfony/twig-bundle/4.4/config/routes | 1 + symfony/twig-bundle/4.4/manifest.json | 1 + symfony/twig-bundle/4.4/templates | 1 + 4 files changed, 8 insertions(+) create mode 100644 symfony/twig-bundle/4.4/config/packages/twig.yaml create mode 120000 symfony/twig-bundle/4.4/config/routes create mode 120000 symfony/twig-bundle/4.4/manifest.json create mode 120000 symfony/twig-bundle/4.4/templates 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