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