From 4309f46c866a866484f812f9a390045670da1c5a Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 9 Oct 2023 14:02:08 -0400 Subject: [PATCH] - Migrating to Guzzle 7x --- composer.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/composer.json b/composer.json index 1763a42..7fd0d08 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,14 @@ "mcnd/lean": "dev-master", "mcnd/lean-console": "dev-master", "mcnd/ulmus": "dev-master", + "mcnd/picea": "dev-master", + "mcnd/picea-ui": "dev-master", + "mcnd/cronard": "dev-master", "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", "mcnd/notes-route": "dev-master", @@ -45,6 +50,10 @@ "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/event.git" @@ -65,6 +74,14 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/ulmus-user.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/picea.git" + }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/picea-ui.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes.git" @@ -73,10 +90,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-breadcrumb.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes-event.git"