slotdb-cli/composer.json

32 lines
662 B
JSON

{
"name": "slotdb/cli",
"description": "SlotDB command line client",
"type": "application",
"license": "GPL-2.0-or-later",
"autoload": {
"psr-4": {
"SlotDb\\Cli\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "labs@noccy.com"
}
],
"require": {
"slotdb/client": "@dev",
"guzzlehttp/guzzle": "^7.9",
"symfony/console": "^7.2"
},
"repositories": {
"slotdb-client": {
"type": "vcs",
"url": "../slotdb-client-php"
}
},
"bin": [
"bin/slotcli"
]
}