From 026a13c7667ddadb8338f8973e056a7c6a123cd4 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 31 May 2023 18:34:16 +0000 Subject: [PATCH] - First quickfix of composer, more to come --- composer.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa4732d..77eddee 100644 --- a/composer.json +++ b/composer.json @@ -42,15 +42,22 @@ "mcnd/ulmus-user": "dev-master", "mcnd/thebugs": "dev-master", "mcnd/taxus": "dev-master", - "mcnd/imagine": "dev-master", "mcnd/notes-breadcrumb": "dev-master", "psr/simple-cache": "*" }, "repositories": [ + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/lean-console.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/cronard.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/the-bugs.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/storage.git" @@ -59,6 +66,10 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/ulmus.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/ulmus-user.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/picea.git" @@ -75,10 +86,18 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-route.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/notes-cronard.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-security.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/notes-event.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-tell.git"