]> 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 724952c5c50ae1386a0137100e7243e13cc322f6..ae32911876ee1ae1f6d1a362b7c84d30feff2fed 100644 (file)
@@ -1,8 +1,9 @@
 {
        "bundles": {
 {
        "bundles": {
-               "Rapsys\\UserBundle": ["all"]
+               "Rapsys\\UserBundle\\RapsysUserBundle": ["all"]
        },
        "copy-from-package": {
        },
        "copy-from-package": {
-               "config/": "%CONFIG_DIR%/"
+               "Resources/config/packages/rapsysuser.yaml": "%CONFIG_DIR%/packages/rapsysuser.yaml",
+               "Resources/config/routes/rapsysuser.yaml": "%CONFIG_DIR%/routes/rapsysuser.yaml"
        }
 }
        }
 }