build(composer): 兼容 hyperf 的 RequestInterface

This commit is contained in:
李东云
2023-09-22 16:15:01 +08:00
parent 448569583c
commit 6cecc96c5f
3 changed files with 461 additions and 84 deletions

View File

@@ -22,7 +22,8 @@
"hyperf/contract": "~3.0.0",
"hyperf/constants": "3.0.*",
"hyperf/config": "~3.0.0",
"hyperf/di": "~3.0.0"
"hyperf/di": "~3.0.0",
"hyperf/http-server": "3.0.*"
},
"require-dev": {
"cooper/hyperf-pest": "^1.1",