From a25b7ab54eefb73674743fa179832674f8dd7015 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 27 Nov 2019 04:39:04 +0100 Subject: [PATCH 1/1] Set each file to copy to avoid unwanted globing Append dev classes in config/bundle.php --- rapsys/airbundle/master/manifest.json | 10 ++++++++-- rapsys/packbundle/master/manifest.json | 2 +- rapsys/userbundle/master/manifest.json | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/master/manifest.json index fb769c7..476a45d 100644 --- a/rapsys/airbundle/master/manifest.json +++ b/rapsys/airbundle/master/manifest.json @@ -1,11 +1,17 @@ { "bundles": { - "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] + "Rapsys\\AirBundle\\RapsysAirBundle": ["all"], + "Doctrine\\Bundle\\FixturesBundle": ["dev"], + "Symfony\\Component\\BrowserKit": ["dev"], + "Symfony\\Bundle\\MakerBundle": ["dev"], + "Symfony\\Bridge\\PhpUnit": ["dev"], + "Symfony\\Bundle\\WebProfilerBundle": ["dev"] }, "container": { "locale": "en" }, "copy-from-package": { - "Resources/config/": "%CONFIG_DIR%/" + "Resources/config/packages/rapsys_air.yaml": "%CONFIG_DIR%/packages/rapsys_air.yaml", + "Resources/config/routes/rapsys_air.yaml": "%CONFIG_DIR%/routes/rapsys_air.yaml" } } diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json index 3ed9b00..c9c125d 100644 --- a/rapsys/packbundle/master/manifest.json +++ b/rapsys/packbundle/master/manifest.json @@ -3,6 +3,6 @@ "Rapsys\\PackBundle\\RapsysPackBundle": ["all"] }, "copy-from-package": { - "Resources/config/": "%CONFIG_DIR%/" + "Resources/config/packages/rapsys_pack.yaml": "%CONFIG_DIR%/packages/rapsys_pack.yaml" } } diff --git a/rapsys/userbundle/master/manifest.json b/rapsys/userbundle/master/manifest.json index 7f488e8..71f19c9 100644 --- a/rapsys/userbundle/master/manifest.json +++ b/rapsys/userbundle/master/manifest.json @@ -3,6 +3,7 @@ "Rapsys\\UserBundle\\RapsysUserBundle": ["all"] }, "copy-from-package": { - "Resources/config/": "%CONFIG_DIR%/" + "Resources/config/packages/rapsys_user.yaml": "%CONFIG_DIR%/packages/rapsys_user.yaml", + "Resources/config/routes/rapsys_user.yaml": "%CONFIG_DIR%/routes/rapsys_user.yaml" } } -- 2.41.0