Files
kiri-client/composer.json
T

26 lines
418 B
JSON
Raw Normal View History

2021-09-29 16:31:42 +08:00
{
"name": "game-worker/kiri-client",
"description": "db",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-redis": "*",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"autoload": {
"psr-4": {
2021-09-30 17:24:06 +08:00
"Http\\Client\\": "src/"
2021-09-29 16:31:42 +08:00
}
},
"require-dev": {
}
}