28 lines
533 B
JSON
28 lines
533 B
JSON
{
|
|
"name": "game-worker/kiri-http-server",
|
|
"description": "http-server",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "向林",
|
|
"email": "as2252258@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.5",
|
|
"ext-json": "*",
|
|
"composer-runtime-api": "^2.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/event-dispatcher": "^1.0",
|
|
"ext-inotify": "*",
|
|
"ext-posix": "*",
|
|
"ext-pcntl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kiri\\Server\\": "./"
|
|
}
|
|
}
|
|
}
|