From: Raphaƫl Gertz Date: Sat, 12 Oct 2024 23:01:06 +0000 (+0200) Subject: Fix bundle aliases X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/17fc4bba33b5fb489abd82dcbb08af105c74f5e9 Fix bundle aliases --- diff --git a/rapsys/airbundle/1.0/manifest.json b/rapsys/airbundle/1.0/manifest.json index d17160e..9926fca 100644 --- a/rapsys/airbundle/1.0/manifest.json +++ b/rapsys/airbundle/1.0/manifest.json @@ -2,7 +2,7 @@ "manifests": { "rapsys/airbundle": { "manifest": { - "aliases": [ "air" ], + "aliases": [ "rapsys/air", "rapsysair" ], "bundles": { "Rapsys\\AirBundle\\RapsysAirBundle": [ "all" ] }, diff --git a/rapsys/blogbundle/1.0/manifest.json b/rapsys/blogbundle/1.0/manifest.json index f5df7a5..eda8ca6 100644 --- a/rapsys/blogbundle/1.0/manifest.json +++ b/rapsys/blogbundle/1.0/manifest.json @@ -2,7 +2,7 @@ "manifests": { "rapsys/blogbundle": { "manifest": { - "aliases": [ "blog" ], + "aliases": [ "rapsys/blog", "rapsysblog" ], "bundles": { "Rapsys\\BlogBundle\\RapsysBlogBundle": [ "all" ] }, diff --git a/rapsys/packbundle/1.0/manifest.json b/rapsys/packbundle/1.0/manifest.json index 8e20de2..c15ad80 100644 --- a/rapsys/packbundle/1.0/manifest.json +++ b/rapsys/packbundle/1.0/manifest.json @@ -2,7 +2,7 @@ "manifests": { "rapsys/packbundle": { "manifest": { - "aliases": [ "pack" ], + "aliases": [ "rapsys/pack", "rapsyspack" ], "bundles": { "Rapsys\\PackBundle\\RapsysPackBundle": [ "all" ] }, diff --git a/rapsys/treebundle/1.0/manifest.json b/rapsys/treebundle/1.0/manifest.json index 88dec55..9e81649 100644 --- a/rapsys/treebundle/1.0/manifest.json +++ b/rapsys/treebundle/1.0/manifest.json @@ -2,7 +2,7 @@ "manifests": { "rapsys/treebundle": { "manifest": { - "aliases": [ "tree" ], + "aliases": [ "rapsys/tree", "rapsystree" ], "bundles": { "Rapsys\\TreeBundle\\RapsysTreeBundle": [ "all" ] }, diff --git a/rapsys/userbundle/1.0/manifest.json b/rapsys/userbundle/1.0/manifest.json index b0e2dbf..81dc7a8 100644 --- a/rapsys/userbundle/1.0/manifest.json +++ b/rapsys/userbundle/1.0/manifest.json @@ -2,7 +2,7 @@ "manifests": { "rapsys/userbundle": { "manifest": { - "aliases": [ "user" ], + "aliases": [ "rapsys/user", "rapsysuser" ], "bundles": { "Rapsys\\UserBundle\\RapsysUserBundle": [ "all" ] },