diff --git a/composer.json b/composer.json index 77eddee..7fd0d08 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "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", @@ -42,7 +43,6 @@ "mcnd/ulmus-user": "dev-master", "mcnd/thebugs": "dev-master", "mcnd/taxus": "dev-master", - "mcnd/notes-breadcrumb": "dev-master", "psr/simple-cache": "*" }, "repositories": [ @@ -54,6 +54,10 @@ "type": "vcs", "url": "https://git.mcnd.ca/mcndave/cronard.git" }, + { + "type": "vcs", + "url": "https://git.mcnd.ca/mcndave/event.git" + }, { "type": "vcs", "url": "https://git.mcnd.ca/mcndave/the-bugs.git" @@ -94,6 +98,10 @@ "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"