]> Raphaƫl G. Git Repositories - recipe/blobdiff - rapsys/userbundle/master/manifest.json
Fix packages and routes yaml config paths
[recipe] / rapsys / userbundle / master / manifest.json
index 2f33039d242c3242fb0c1f00e284f9fd46993722..ae32911876ee1ae1f6d1a362b7c84d30feff2fed 100644 (file)
@@ -2,7 +2,8 @@
        "bundles": {
                "Rapsys\\UserBundle\\RapsysUserBundle": ["all"]
        },
-       "copy-from-recipe": {
-               "config/": "%CONFIG_DIR%/"
+       "copy-from-package": {
+               "Resources/config/packages/rapsysuser.yaml": "%CONFIG_DIR%/packages/rapsysuser.yaml",
+               "Resources/config/routes/rapsysuser.yaml": "%CONFIG_DIR%/routes/rapsysuser.yaml"
        }
 }