2020-07-24 07:24:29 +00:00
|
|
|
{
|
2021-09-07 02:23:52 +00:00
|
|
|
"name": "zyimm/hyperf-mongodb",
|
2020-07-24 16:39:46 +00:00
|
|
|
"license": "MIT",
|
2020-07-24 07:24:29 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
2021-09-07 02:23:52 +00:00
|
|
|
"name": "zyimm",
|
|
|
|
"email": "zyimm@qq.com"
|
2020-07-24 07:24:29 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-07-31 09:17:44 +00:00
|
|
|
"php": ">=8.0",
|
|
|
|
"hyperf/framework": "3.*",
|
|
|
|
"hyperf/pool": "3.*",
|
|
|
|
"hyperf/utils": "3.*",
|
|
|
|
"hyperf/di": "3.*",
|
2023-07-31 09:22:43 +00:00
|
|
|
"ext-mongodb": "*",
|
|
|
|
"psr/container": "^2.0"
|
2021-09-22 10:22:27 +00:00
|
|
|
},
|
2020-07-24 07:24:29 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Hyperf\\Mongodb\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"hyperf": {
|
|
|
|
"config": "Hyperf\\Mongodb\\ConfigProvider"
|
|
|
|
}
|
2021-09-27 09:59:56 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-10-23 06:57:03 +00:00
|
|
|
"phpunit/phpunit": "^9.5",
|
|
|
|
"swoole/ide-helper": "~5.0.0"
|
2020-07-24 07:24:29 +00:00
|
|
|
}
|
2021-09-27 09:59:56 +00:00
|
|
|
}
|