chore:适配hyperf3.0
This commit is contained in:
parent
66175b4221
commit
b40a526ad7
|
@ -10,11 +10,11 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0",
|
"php": ">=8.0",
|
||||||
"hyperf/framework": "3.*",
|
"hyperf/framework": "3.*",
|
||||||
"psr/container": "^1.0",
|
|
||||||
"hyperf/pool": "3.*",
|
"hyperf/pool": "3.*",
|
||||||
"hyperf/utils": "3.*",
|
"hyperf/utils": "3.*",
|
||||||
"hyperf/di": "3.*",
|
"hyperf/di": "3.*",
|
||||||
"ext-mongodb": "*"
|
"ext-mongodb": "*",
|
||||||
|
"psr/container": "^2.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user