diff --git a/symfony/framework-bundle/4.4/config b/symfony/framework-bundle/4.4/config new file mode 120000 index 00000000..a5bb055c --- /dev/null +++ b/symfony/framework-bundle/4.4/config @@ -0,0 +1 @@ +../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 deleted file mode 120000 index a1c12047..00000000 --- a/symfony/framework-bundle/4.4/config/bootstrap.php +++ /dev/null @@ -1 +0,0 @@ -../../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 deleted file mode 120000 index d3c89450..00000000 --- a/symfony/framework-bundle/4.4/config/packages +++ /dev/null @@ -1 +0,0 @@ -../../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 deleted file mode 100644 index ff7769c1..00000000 --- a/symfony/framework-bundle/4.4/config/routes/dev/framework.yaml +++ /dev/null @@ -1,3 +0,0 @@ -_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 deleted file mode 120000 index be69bb02..00000000 --- a/symfony/framework-bundle/4.4/config/services.yaml +++ /dev/null @@ -1 +0,0 @@ -../../4.2/config/services.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/4.4/manifest.json b/symfony/framework-bundle/4.4/manifest.json deleted file mode 100644 index ea46c0b0..00000000 --- a/symfony/framework-bundle/4.4/manifest.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "bundles": { - "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", - "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/" - }, - "composer-scripts": { - "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" - }, - "env": { - "APP_ENV": "dev", - "APP_SECRET": "%generate(secret)%", - "#TRUSTED_PROXIES": "127.0.0.1,127.0.0.2", - "#TRUSTED_HOSTS": "'^localhost|example\\.com$'" - }, - "gitignore": [ - "/.env.local", - "/.env.local.php", - "/.env.*.local", - "/%PUBLIC_DIR%/bundles/", - "/%VAR_DIR%/", - "/vendor/" - ] -} diff --git a/symfony/framework-bundle/4.4/manifest.json b/symfony/framework-bundle/4.4/manifest.json new file mode 120000 index 00000000..5fe6af0e --- /dev/null +++ b/symfony/framework-bundle/4.4/manifest.json @@ -0,0 +1 @@ +../4.2/manifest.json \ No newline at end of file