From 17fc4bba33b5fb489abd82dcbb08af105c74f5e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Oct 2024 01:01:06 +0200 Subject: [PATCH] Fix bundle aliases --- rapsys/airbundle/1.0/manifest.json | 2 +- rapsys/blogbundle/1.0/manifest.json | 2 +- rapsys/packbundle/1.0/manifest.json | 2 +- rapsys/treebundle/1.0/manifest.json | 2 +- rapsys/userbundle/1.0/manifest.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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" ] }, -- 2.41.1