From 5f0deef7f854ab4a082f8a0ec76c63574690d24b Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 17 Nov 2023 19:48:22 +0000 Subject: [PATCH] - Prepping for Notes merging --- composer.json | 15 --------------- src/Routing.php | 1 - 2 files changed, 16 deletions(-) diff --git a/composer.json b/composer.json index 5b6d72c..c3ef202 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,6 @@ "mcnd/tell": "dev-master", "mcnd/dump": "dev-master", "mcnd/event": "dev-master", - "mcnd/notes-event": "dev-master", - "mcnd/notes-route": "dev-master", - "mcnd/notes-security": "dev-master", "mcnd/ulmus-user": "dev-master", "mcnd/thebugs": "dev-master", "mcnd/taxus": "dev-master", @@ -64,18 +61,6 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/notes.git" }, - { - "type": "vcs", - "url": "https://git.mcnd.ca/mcndave/notes-route.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/tell.git" diff --git a/src/Routing.php b/src/Routing.php index 2b9fd4a..8095452 100644 --- a/src/Routing.php +++ b/src/Routing.php @@ -41,7 +41,6 @@ class Routing { public Router $router, public RouteFetcher $fetcher, public SecurityHandler $security, - public LanguageHandler $language, public Taxus $taxus, public EventManager $eventManager, ) { }