115 lines
3.2 KiB
JSON
115 lines
3.2 KiB
JSON
{
|
|
"name": "mcnd/lean",
|
|
"description": "A more-than-micro framework for basic apps",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.2",
|
|
"php-di/php-di": "dev-master",
|
|
"ext-json": "*",
|
|
"ext-posix": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-fileinfo": "*",
|
|
"league/route": "^5.0.0-dev",
|
|
"laminas/laminas-diactoros": "2.24.x-dev",
|
|
"laminas/laminas-httphandlerrunner": "2.5.x-dev",
|
|
"vlucas/phpdotenv": "^3.4@dev",
|
|
"middlewares/whoops": "dev-master",
|
|
"ralouphie/getallheaders": "dev-master",
|
|
"guzzlehttp/guzzle": "^6.3@dev",
|
|
"swiftmailer/swiftmailer": "^6.2@dev",
|
|
"mcnd/storage": "dev-master",
|
|
"mcnd/lean": "dev-master",
|
|
"mcnd/lean-console": "dev-master",
|
|
"mcnd/ulmus": "dev-master",
|
|
"mcnd/tell": "dev-master",
|
|
"mcnd/dump": "dev-master",
|
|
"mcnd/event": "dev-master",
|
|
"mcnd/notes-event": "dev-master",
|
|
"mcnd/notes-tell": "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",
|
|
"psr/simple-cache": "*"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.mcnd.ca/mcndave/lean-console.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.mcnd.ca/mcndave/event.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.mcnd.ca/mcndave/the-bugs.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/ulmus-user.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-event.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": {
|
|
"psr-4": {
|
|
"Lean\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Lean\\Composer::postInstall"
|
|
],
|
|
"post-update-cmd": [
|
|
"Lean\\Composer::postUpdate"
|
|
]
|
|
}
|
|
}
|