Initial commit
This commit is contained in:
31
composer.json
Normal file
31
composer.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user