变更
This commit is contained in:
+22
-21
@@ -1,24 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "game-worker/kiri-http-server",
|
"name": "game-worker/kiri-http-server",
|
||||||
"description": "http-server",
|
"description": "http-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "向林",
|
"name": "向林",
|
||||||
"email": "as2252258@163.com"
|
"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"
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Kiri\\Server\\": "./"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"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",
|
||||||
|
"ext-inotify": "*"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Kiri\\Server\\": "./"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user