Files
slotdb/composer.json

32 lines
765 B
JSON

{
"name": "slotdb/slotdb",
"description": "A key-value store for fixed inventory or assets",
"type": "application",
"license": "GPL-2.0-or-later",
"autoload": {
"psr-4": {
"SlotDb\\SlotDb\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "labs@noccy.com"
}
],
"require": {
"react/react": "^1.4",
"noccylabs/react-http": "^0.2.5",
"doctrine/dbal": "^4.2",
"doctrine/orm": "^3.3",
"symfony/cache": "^7.2",
"psr/log": "^3.0",
"monolog/monolog": "^3.8",
"scienta/doctrine-json-functions": "^6.3",
"symfony/yaml": "^7.2"
},
"bin": [
"bin/slotdbd"
]
}