]> 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 b3b51d4594db4c1d5427e6c0ac6d758f545d7930..476a45db122fea771c117d34f770ebdd03001c6f 100644 (file)
@@ -1,11 +1,17 @@
 {
-    "bundles": {
-        "Rapsys\\AirBundle\\RapsysAirBundle": ["all"]
-    },
-    "container": {
-        "locale": "en"
-    },
-    "copy-from-recipe": {
-        "config/": "%CONFIG_DIR%/"
-    }
+       "bundles": {
+               "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/packages/rapsys_air.yaml": "%CONFIG_DIR%/packages/rapsys_air.yaml",
+               "Resources/config/routes/rapsys_air.yaml": "%CONFIG_DIR%/routes/rapsys_air.yaml"
+       }
 }