eee
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "game-worker/kiri-coroutine-server",
|
||||
"description": "kiri coroutine server",
|
||||
"authors": [
|
||||
{
|
||||
"name": "XiangLin",
|
||||
"email": "as2252258@163.com"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=8.4",
|
||||
"ext-json": "*",
|
||||
"ext-pdo": "*",
|
||||
"game-worker/kiri-container": "^v1.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Coroutine\\Server\\": "./core"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user