Files
kiri-coroutine-server/composer.json
T
2026-04-17 14:17:01 +08:00

26 lines
473 B
JSON

{
"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.0",
"game-worker/kiri-router": "~v2.0"
},
"autoload": {
"psr-4": {
"Coroutine\\Server\\": "./core"
}
},
"require-dev": {
}
}