From 8f76140fee43be9d6a094c89c9019d1bb0cd6c43 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 11 Dec 2017 10:32:20 -0500 Subject: [PATCH] Reverts #295: this re-establishes the separate Flex recipe --- symfony/{framework-bundle/3.3 => flex/1.0}/.env.dist | 0 symfony/flex/1.0/manifest.json | 5 +++++ symfony/framework-bundle/3.3/manifest.json | 3 +-- 3 files changed, 6 insertions(+), 2 deletions(-) rename symfony/{framework-bundle/3.3 => flex/1.0}/.env.dist (100%) create mode 100644 symfony/flex/1.0/manifest.json diff --git a/symfony/framework-bundle/3.3/.env.dist b/symfony/flex/1.0/.env.dist similarity index 100% rename from symfony/framework-bundle/3.3/.env.dist rename to symfony/flex/1.0/.env.dist diff --git a/symfony/flex/1.0/manifest.json b/symfony/flex/1.0/manifest.json new file mode 100644 index 00000000..b7bcea82 --- /dev/null +++ b/symfony/flex/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + ".env.dist": ".env.dist" + } +} diff --git a/symfony/framework-bundle/3.3/manifest.json b/symfony/framework-bundle/3.3/manifest.json index caa4ca65..f7b75c01 100644 --- a/symfony/framework-bundle/3.3/manifest.json +++ b/symfony/framework-bundle/3.3/manifest.json @@ -5,8 +5,7 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", - "src/": "%SRC_DIR%/", - ".env.dist": ".env.dist" + "src/": "%SRC_DIR%/" }, "composer-scripts": { "cache:clear": "symfony-cmd",