This commit is contained in:
2021-09-29 16:31:42 +08:00
parent 2ad15d28f7
commit 3fc18c71a2
6 changed files with 1338 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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": {
"Http\\Handler\\Client\\": "src/"
}
},
"require-dev": {
}
}