From 59869b5652893b6c88929d17386ce3ad8aac189a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 10 Mar 2017 21:54:55 -0800 Subject: [PATCH] added a recipe for symfony/flex --- recipes/symfony/{framework-bundle => flex}/.env.dist | 0 recipes/symfony/flex/manifest.json | 5 +++++ recipes/symfony/framework-bundle/manifest.json | 3 +-- 3 files changed, 6 insertions(+), 2 deletions(-) rename recipes/symfony/{framework-bundle => flex}/.env.dist (100%) create mode 100644 recipes/symfony/flex/manifest.json diff --git a/recipes/symfony/framework-bundle/.env.dist b/recipes/symfony/flex/.env.dist similarity index 100% rename from recipes/symfony/framework-bundle/.env.dist rename to recipes/symfony/flex/.env.dist diff --git a/recipes/symfony/flex/manifest.json b/recipes/symfony/flex/manifest.json new file mode 100644 index 00000000..b7bcea82 --- /dev/null +++ b/recipes/symfony/flex/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + ".env.dist": ".env.dist" + } +} diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index 60c661bd..1219e1ce 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -5,8 +5,7 @@ "copy-from-recipe": { "etc/": "%ETC_DIR%/", "src/": "%SRC_DIR%/", - "web/": "%WEB_DIR%/", - ".env.dist": ".env.dist" + "web/": "%WEB_DIR%/" }, "composer-scripts": { "cache:clear --no-warmup": "symfony-cmd",