From f847805a99fc43dbde5a0b2436635c15b649db03 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 8 Jun 2020 18:19:58 +0200 Subject: [PATCH] Symlink whole packages folder --- symfony/framework-bundle/5.1/config/packages | 1 + symfony/framework-bundle/5.1/config/packages/cache.yaml | 1 - symfony/framework-bundle/5.1/config/packages/framework.yaml | 1 - symfony/framework-bundle/5.1/config/packages/test | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) create mode 120000 symfony/framework-bundle/5.1/config/packages delete mode 120000 symfony/framework-bundle/5.1/config/packages/cache.yaml delete mode 120000 symfony/framework-bundle/5.1/config/packages/framework.yaml delete mode 120000 symfony/framework-bundle/5.1/config/packages/test diff --git a/symfony/framework-bundle/5.1/config/packages b/symfony/framework-bundle/5.1/config/packages new file mode 120000 index 00000000..ab9ed62e --- /dev/null +++ b/symfony/framework-bundle/5.1/config/packages @@ -0,0 +1 @@ +../../4.2/config/packages \ No newline at end of file diff --git a/symfony/framework-bundle/5.1/config/packages/cache.yaml b/symfony/framework-bundle/5.1/config/packages/cache.yaml deleted file mode 120000 index a8816e95..00000000 --- a/symfony/framework-bundle/5.1/config/packages/cache.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../3.3/config/packages/cache.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/5.1/config/packages/framework.yaml b/symfony/framework-bundle/5.1/config/packages/framework.yaml deleted file mode 120000 index 13c44e2a..00000000 --- a/symfony/framework-bundle/5.1/config/packages/framework.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../4.2/config/packages/framework.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/5.1/config/packages/test b/symfony/framework-bundle/5.1/config/packages/test deleted file mode 120000 index 6e472748..00000000 --- a/symfony/framework-bundle/5.1/config/packages/test +++ /dev/null @@ -1 +0,0 @@ -../../../4.2/config/packages/test/ \ No newline at end of file