49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "mcnd/lean-api",
|
|
"description": "Tooling to facilitate an API subset for Lean's application",
|
|
"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": "*",
|
|
"mcnd/lean": "dev-master"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.mcnd.ca/mcndave/lean.git"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lean\\Api\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Lean\\Composer::postInstall"
|
|
],
|
|
"post-update-cmd": [
|
|
"Lean\\Composer::postUpdate"
|
|
]
|
|
},
|
|
"extra" : {
|
|
"lean" : {
|
|
"autoload": {
|
|
"definitions" : [
|
|
"meta/definitions/software.php"
|
|
],
|
|
"config": [
|
|
"meta/config.php"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |