- Removed LEAN consoled into it's own package
This commit is contained in:
parent
69f3993aa9
commit
abafee0b30
|
@ -12,8 +12,78 @@
|
||||||
"require": {
|
"require": {
|
||||||
"vlucas/phpdotenv": "^3.4@dev",
|
"vlucas/phpdotenv": "^3.4@dev",
|
||||||
"php-di/php-di": "dev-master",
|
"php-di/php-di": "dev-master",
|
||||||
"league/route": "dev-master"
|
"league/route": "dev-master",
|
||||||
|
"mcnd/storage": "dev-master",
|
||||||
|
"mcnd/ulmus": "dev-master",
|
||||||
|
"mcnd/picea": "dev-master",
|
||||||
|
"mcnd/picea-ui": "dev-master",
|
||||||
|
"mcnd/cronard": "dev-master",
|
||||||
|
"mcnd/storage": "dev-master",
|
||||||
|
"mcnd/tell": "dev-master",
|
||||||
|
"mcnd/dump": "dev-master",
|
||||||
|
"mcnd/notes": "dev-master",
|
||||||
|
"mcnd/notes-route": "dev-master",
|
||||||
|
"mcnd/notes-security": "dev-master",
|
||||||
|
"mcnd/notes-tell": "dev-master",
|
||||||
|
"swiftmailer/swiftmailer": "^6.2@dev",
|
||||||
|
"php-di/php-di": "dev-master",
|
||||||
|
"league/route": "dev-master",
|
||||||
|
"laminas/laminas-diactoros": "2.5.x-dev",
|
||||||
|
"laminas/laminas-httphandlerrunner": "1.3.x-dev",
|
||||||
|
"vlucas/phpdotenv": "^3.4@dev",
|
||||||
|
"middlewares/whoops": "dev-master",
|
||||||
|
"ralouphie/getallheaders": "dev-master"
|
||||||
},
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/cronard.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/storage.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/ulmus.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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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-tell.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/tell.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/lean-console.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.mcnd.ca/mcndave/dump.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Lean\\": "src/"
|
"Lean\\": "src/"
|
||||||
|
|
Loading…
Reference in New Issue