Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-25 15:35:48 +08:00
parent 01ee3f65ab
commit 0e671092f6
4 changed files with 869 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "game-worker/kiri-container",
"description": "kiri-grpc",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
"grpc/grpc": "*",
"google/protobuf": "^3.3"
},
"autoload": {
"psr-4": {
"Kiri\\Di\\": "./"
}
},
"require-dev": {
}
}