Files
slotdb-client-php/composer.json

26 lines
543 B
JSON
Raw Normal View History

2025-03-10 16:43:56 +01:00
{
"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": {
2025-04-24 15:38:16 +02:00
"psr/http-client": "^1.0",
"psr/http-message": "^2.0"
2025-03-10 16:43:56 +01:00
},
"require-dev": {
2025-03-13 17:14:01 +01:00
"guzzlehttp/guzzle": "^7.9",
"phpstan/phpstan": "^2.1"
2025-03-10 16:43:56 +01:00
}
}