This commit is contained in:
2023-08-16 00:28:54 +08:00
parent c6b323dd41
commit b92c12ef84
8 changed files with 599 additions and 201 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "game-worker/kiri-pool",
"description": "a client pool",
"license": "MIT",
"authors": [
{
"name": "向林",
"email": "as2252258@163.com"
}
],
"require": {
"php": ">=8.0",
"composer-runtime-api": "^2.0"
},
"autoload": {
"psr-4": {
"Kiri\\Pool\\": "./"
}
}
}