From d26a15c0eda62f45723880fc0a0f854603bc1859 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 31 May 2023 18:35:40 +0000 Subject: [PATCH] - First quickfix of composer again --- composer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 77eddee..7fd0d08 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "mcnd/tell": "dev-master", "mcnd/dump": "dev-master", "mcnd/event": "dev-master", + "mcnd/notes-breadcrumb": "dev-master", "mcnd/notes-cronard": "dev-master", "mcnd/notes-event": "dev-master", "mcnd/notes-tell": "dev-master", @@ -42,7 +43,6 @@ "mcnd/ulmus-user": "dev-master", "mcnd/thebugs": "dev-master", "mcnd/taxus": "dev-master", - "mcnd/notes-breadcrumb": "dev-master", "psr/simple-cache": "*" }, "repositories": [ @@ -54,6 +54,10 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/cronard.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/event.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/the-bugs.git" @@ -94,6 +98,10 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-security.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/notes-breadcrumb.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-event.git"