]> 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 24cfc17462463b03c7fb59a4e191616320188ef2..476a45db122fea771c117d34f770ebdd03001c6f 100644 (file)
@@ -1,11 +1,17 @@
 {
        "bundles": {
-               "Rapsys\\AirBundle": ["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": {
-               "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"
        }
 }