]> Raphaƫl G. Git Repositories - recipe/blobdiff - rapsys/airbundle/master/manifest.json
Add routes yaml config file
[recipe] / rapsys / airbundle / master / manifest.json
index 24cfc17462463b03c7fb59a4e191616320188ef2..2845ab4e95176a83f743cd4f69e205f8a89fca87 100644 (file)
@@ -1,11 +1,12 @@
 {
        "bundles": {
-               "Rapsys\\AirBundle": ["all"]
+               "Rapsys\\AirBundle\\RapsysAirBundle": ["all"]
        },
        "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"
        }
 }