]> Raphaƫl G. Git Repositories - recipe/blobdiff - rapsys/airbundle/master/manifest.json
Set each file to copy to avoid unwanted globing
[recipe] / rapsys / airbundle / master / manifest.json
index fb769c7d8f0bb99b6822eb908cc8ae189df29df5..476a45db122fea771c117d34f770ebdd03001c6f 100644 (file)
@@ -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"
        }
 }