From 7b0a0cf333ae7e45c8ce63625d8df633633e6e44 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 17 Nov 2023 08:16:33 -0500 Subject: [PATCH] - Work on removing Guzzle from dependencies --- composer.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/composer.json b/composer.json index 8316d52..528d74d 100644 --- a/composer.json +++ b/composer.json @@ -21,20 +21,15 @@ "laminas/laminas-httphandlerrunner": "2.5.x-dev", "vlucas/phpdotenv": "^3.4@dev", "middlewares/whoops": "dev-master", - "guzzlehttp/guzzle": "^7@dev", + "ralouphie/getallheaders": "dev-master", "swiftmailer/swiftmailer": "^6.2@dev", "mcnd/storage": "dev-master", "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", @@ -49,10 +44,6 @@ "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" @@ -73,14 +64,6 @@ "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" @@ -89,18 +72,10 @@ "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"