2020-09-25 17:55:35 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/lean",
|
|
|
|
"description": "A more-than-micro framework for basic apps",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
|
|
|
"email": "mcndave@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"vlucas/phpdotenv": "^3.4@dev",
|
|
|
|
"php-di/php-di": "dev-master",
|
2020-10-20 14:38:03 +00:00
|
|
|
"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/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",
|
2021-03-30 17:34:36 +00:00
|
|
|
"league/route": "^5.0.0-dev",
|
2020-10-20 14:38:03 +00:00
|
|
|
"vlucas/phpdotenv": "^3.4@dev",
|
|
|
|
"middlewares/whoops": "dev-master",
|
|
|
|
"ralouphie/getallheaders": "dev-master"
|
2020-09-25 17:55:35 +00:00
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-09-25 17:55:35 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Lean\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|