Files
kiri-client/composer.json
T
as2252258 fdb8816b5e Revert "改名"
This reverts commit fdf58326
2022-01-08 18:49:06 +08:00

27 lines
439 B
JSON

{
"name": "game-worker/kiri-client",
"description": "db",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-redis": "*",
"ext-swoole": "*",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"autoload": {
"psr-4": {
"Http\\Client\\": "./"
}
},
"require-dev": {
}
}