- Prepping for Notes merging

This commit is contained in:
Dave M. 2023-11-17 19:48:22 +00:00
parent e8c3cf01c9
commit 5f0deef7f8
2 changed files with 0 additions and 16 deletions

View File

@ -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"

View File

@ -41,7 +41,6 @@ class Routing {
public Router $router,
public RouteFetcher $fetcher,
public SecurityHandler $security,
public LanguageHandler $language,
public Taxus $taxus,
public EventManager $eventManager,
) { }