2020-09-25 17:55:35 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/lean",
|
2023-11-16 00:10:30 +00:00
|
|
|
"description": "A micro framework for rapid application development (RAD)",
|
2020-09-25 17:55:35 +00:00
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-03-29 13:59:59 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2020-09-25 17:55:35 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-05-31 18:06:19 +00:00
|
|
|
"php": "^8.2",
|
2020-09-25 17:55:35 +00:00
|
|
|
"php-di/php-di": "dev-master",
|
2023-05-31 18:06:19 +00:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-posix": "*",
|
|
|
|
"ext-xmlreader": "*",
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"league/route": "^5.0.0-dev",
|
2023-01-31 19:12:28 +00:00
|
|
|
"laminas/laminas-diactoros": "2.24.x-dev",
|
|
|
|
"laminas/laminas-httphandlerrunner": "2.5.x-dev",
|
2023-05-31 18:06:19 +00:00
|
|
|
"vlucas/phpdotenv": "^3.4@dev",
|
|
|
|
"middlewares/whoops": "dev-master",
|
2023-10-09 18:05:55 +00:00
|
|
|
"guzzlehttp/guzzle": "^7@dev",
|
2023-05-31 18:06:19 +00:00
|
|
|
"swiftmailer/swiftmailer": "^6.2@dev",
|
2020-10-20 14:38:03 +00:00
|
|
|
"mcnd/storage": "dev-master",
|
2023-05-31 18:06:19 +00:00
|
|
|
"mcnd/lean": "dev-master",
|
|
|
|
"mcnd/lean-console": "dev-master",
|
2020-10-20 14:38:03 +00:00
|
|
|
"mcnd/ulmus": "dev-master",
|
2023-10-09 18:02:08 +00:00
|
|
|
"mcnd/picea": "dev-master",
|
|
|
|
"mcnd/picea-ui": "dev-master",
|
|
|
|
"mcnd/cronard": "dev-master",
|
2020-10-20 14:38:03 +00:00
|
|
|
"mcnd/tell": "dev-master",
|
|
|
|
"mcnd/dump": "dev-master",
|
2023-05-31 18:06:19 +00:00
|
|
|
"mcnd/event": "dev-master",
|
2023-10-09 18:02:08 +00:00
|
|
|
"mcnd/notes-breadcrumb": "dev-master",
|
|
|
|
"mcnd/notes-cronard": "dev-master",
|
2023-05-31 18:06:19 +00:00
|
|
|
"mcnd/notes-event": "dev-master",
|
|
|
|
"mcnd/notes-tell": "dev-master",
|
2020-10-20 14:38:03 +00:00
|
|
|
"mcnd/notes-route": "dev-master",
|
|
|
|
"mcnd/notes-security": "dev-master",
|
2023-05-31 18:06:19 +00:00
|
|
|
"mcnd/ulmus-user": "dev-master",
|
|
|
|
"mcnd/thebugs": "dev-master",
|
|
|
|
"mcnd/taxus": "dev-master",
|
|
|
|
"psr/simple-cache": "*"
|
2020-09-25 17:55:35 +00:00
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
"repositories": [
|
2023-05-31 18:34:16 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/lean-console.git"
|
|
|
|
},
|
2023-10-09 18:02:08 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/cronard.git"
|
|
|
|
},
|
2023-05-31 18:35:40 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/event.git"
|
|
|
|
},
|
2023-05-31 18:34:16 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/the-bugs.git"
|
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/storage.git"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/ulmus.git"
|
|
|
|
},
|
2023-05-31 18:34:16 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/ulmus-user.git"
|
|
|
|
},
|
2023-10-09 18:02:08 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/picea.git"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/picea-ui.git"
|
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes.git"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes-route.git"
|
|
|
|
},
|
2023-10-09 18:02:08 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes-cronard.git"
|
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes-security.git"
|
|
|
|
},
|
2023-10-09 18:02:08 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes-breadcrumb.git"
|
|
|
|
},
|
2023-05-31 18:34:16 +00:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.mcnd.ca/mcndave/notes-event.git"
|
|
|
|
},
|
2020-10-20 14:38:03 +00:00
|
|
|
{
|
|
|
|
"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/"
|
|
|
|
}
|
2023-03-30 18:44:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"Lean\\Composer::postInstall"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"Lean\\Composer::postUpdate"
|
|
|
|
]
|
2023-11-16 00:10:30 +00:00
|
|
|
},
|
|
|
|
"extra" : {
|
|
|
|
"lean" : {
|
|
|
|
"autoload": {
|
|
|
|
"definitions" : [
|
|
|
|
"meta/definitions/software.php",
|
|
|
|
"meta/definitions/authorize.php",
|
|
|
|
"meta/definitions/cli.php",
|
|
|
|
"meta/definitions/cronard.php",
|
|
|
|
"meta/definitions/email.php",
|
|
|
|
"meta/definitions/event.php",
|
|
|
|
"meta/definitions/http.php",
|
|
|
|
"meta/definitions/language.php",
|
|
|
|
"meta/definitions/negundo.php",
|
|
|
|
"meta/definitions/routes.php",
|
|
|
|
"meta/definitions/software.php",
|
|
|
|
"meta/definitions/storage.php",
|
|
|
|
"meta/definitions/template.php",
|
|
|
|
],
|
|
|
|
"config": [
|
|
|
|
"meta/config.php"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-09-25 17:55:35 +00:00
|
|
|
}
|
|
|
|
}
|