26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "slotdb/client",
|
|
"description": "SlotDB PHP Client",
|
|
"type": "library",
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SlotDb\\Client\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "labs@noccy.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"phpstan/phpstan": "^2.1"
|
|
}
|
|
}
|