- First quickfix of composer again
This commit is contained in:
parent
026a13c766
commit
d26a15c0ed
|
@ -34,6 +34,7 @@
|
||||||
"mcnd/tell": "dev-master",
|
"mcnd/tell": "dev-master",
|
||||||
"mcnd/dump": "dev-master",
|
"mcnd/dump": "dev-master",
|
||||||
"mcnd/event": "dev-master",
|
"mcnd/event": "dev-master",
|
||||||
|
"mcnd/notes-breadcrumb": "dev-master",
|
||||||
"mcnd/notes-cronard": "dev-master",
|
"mcnd/notes-cronard": "dev-master",
|
||||||
"mcnd/notes-event": "dev-master",
|
"mcnd/notes-event": "dev-master",
|
||||||
"mcnd/notes-tell": "dev-master",
|
"mcnd/notes-tell": "dev-master",
|
||||||
|
@ -42,7 +43,6 @@
|
||||||
"mcnd/ulmus-user": "dev-master",
|
"mcnd/ulmus-user": "dev-master",
|
||||||
"mcnd/thebugs": "dev-master",
|
"mcnd/thebugs": "dev-master",
|
||||||
"mcnd/taxus": "dev-master",
|
"mcnd/taxus": "dev-master",
|
||||||
"mcnd/notes-breadcrumb": "dev-master",
|
|
||||||
"psr/simple-cache": "*"
|
"psr/simple-cache": "*"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
|
@ -54,6 +54,10 @@
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.mcnd.ca/mcndave/cronard.git"
|
"url": "https://git.mcnd.ca/mcndave/cronard.git"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/event.git"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.mcnd.ca/mcndave/the-bugs.git"
|
"url": "https://git.mcnd.ca/mcndave/the-bugs.git"
|
||||||
|
@ -94,6 +98,10 @@
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.mcnd.ca/mcndave/notes-security.git"
|
"url": "https://git.mcnd.ca/mcndave/notes-security.git"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/notes-breadcrumb.git"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://git.mcnd.ca/mcndave/notes-event.git"
|
"url": "https://git.mcnd.ca/mcndave/notes-event.git"
|
||||||
|
|
Loading…
Reference in New Issue