diff --git a/symfony/framework-bundle/4.4/config b/symfony/framework-bundle/4.4/config deleted file mode 120000 index a5bb055c..00000000 --- a/symfony/framework-bundle/4.4/config +++ /dev/null @@ -1 +0,0 @@ -../4.2/config/ \ No newline at end of file diff --git a/symfony/framework-bundle/4.4/config/bootstrap.php b/symfony/framework-bundle/4.4/config/bootstrap.php new file mode 120000 index 00000000..a1c12047 --- /dev/null +++ b/symfony/framework-bundle/4.4/config/bootstrap.php @@ -0,0 +1 @@ +../../4.2/config/bootstrap.php \ No newline at end of file diff --git a/symfony/framework-bundle/4.4/config/packages b/symfony/framework-bundle/4.4/config/packages new file mode 120000 index 00000000..d3c89450 --- /dev/null +++ b/symfony/framework-bundle/4.4/config/packages @@ -0,0 +1 @@ +../../4.2/config/packages/ \ No newline at end of file diff --git a/symfony/framework-bundle/4.4/config/routes/dev/framework.yaml b/symfony/framework-bundle/4.4/config/routes/dev/framework.yaml new file mode 100644 index 00000000..ff7769c1 --- /dev/null +++ b/symfony/framework-bundle/4.4/config/routes/dev/framework.yaml @@ -0,0 +1,3 @@ +_errors: + resource: '@FrameworkBundle/Resources/config/routing/errors.xml' + prefix: /__error diff --git a/symfony/framework-bundle/4.4/config/services.yaml b/symfony/framework-bundle/4.4/config/services.yaml new file mode 120000 index 00000000..be69bb02 --- /dev/null +++ b/symfony/framework-bundle/4.4/config/services.yaml @@ -0,0 +1 @@ +../../4.2/config/services.yaml \ No newline at end of file diff --git a/symfony/twig-bundle/5.0/config/packages/twig.yaml b/symfony/twig-bundle/5.0/config/packages/twig.yaml deleted file mode 100644 index d1582a23..00000000 --- a/symfony/twig-bundle/5.0/config/packages/twig.yaml +++ /dev/null @@ -1,4 +0,0 @@ -twig: - default_path: '%kernel.project_dir%/templates' - debug: '%kernel.debug%' - strict_variables: '%kernel.debug%'