2 Star 3 Fork 2

jufubao / hyperfx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 2.65 KB
一键复制 编辑 原始数据 按行查看 历史
cc880301 提交于 2023-04-18 21:30 . dev
{
"name": "jufubao/hyperfx",
"keywords": [
"jufubao",
"hyperf",
"hyperfx"
],
"description": "Jufubao Hyperfx PHP framework",
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
"hyperf/cache": "3.0.*",
"hyperf/command": "3.0.*",
"hyperf/config": "3.0.*",
"hyperf/config-nacos": "3.0.*",
"hyperf/constants": "3.0.*",
"hyperf/database": "3.0.*",
"hyperf/db-connection": "3.0.*",
"hyperf/elasticsearch": "3.0.*",
"hyperf/framework": "3.0.*",
"hyperf/paginator": "~3.0",
"hyperf/grpc-client": "3.0.*",
"hyperf/grpc-server": "3.0.*",
"hyperf/rpc": "3.0.*",
"hyperf/guzzle": "3.0.*",
"hyperf/http-server": "3.0.*",
"hyperf/logger": "3.0.*",
"hyperf/memory": "3.0.*",
"hyperf/model-cache": "3.0.*",
"hyperf/process": "3.0.*",
"hyperf/redis": "3.0.*",
"hyperf/service-governance": "3.0.*",
"hyperf/load-balancer": "3.0.*",
"hyperf/tracer": "3.0.*",
"hyperf/validation": "3.0.*",
"hyperf/snowflake": "3.0.*",
"hyperf/coroutine": "3.0.*",
"hidehalo/nanoid-php": "1.1.12",
"lysice/hyperf-redis-lock": "^2.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "3.0.*",
"hyperf/ide-helper": "3.0.*",
"hyperf/testing": "3.0.*",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "1.8.*",
"swoole/ide-helper": "^4.5"
},
"replace": {
"hyperfx/framework": "*",
"hyperfx/service-governance-nacos": "*"
},
"suggest": {
"ext-openssl": "Required to use HTTPS.",
"ext-json": "Required to use JSON.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client.",
"ext-redis": "Required to use Redis Client."
},
"autoload": {
"psr-4": {
"Hyperfx\\Framework\\": "src/framework/src/",
"Hyperfx\\ServiceGovernanceNacos\\": "src/service-governance-nacos/src/",
"Hyperfx\\Utils\\": "src/utils/src/"
},
"files": []
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "./test/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"branch-alias": {},
"hyperf": {
"config": [
"Hyperfx\\ServiceGovernanceNacos\\ConfigProvider",
"Hyperfx\\Framework\\ConfigProvider"
]
}
}
}
1
https://gitee.com/jufubao/hyperfx.git
git@gitee.com:jufubao/hyperfx.git
jufubao
hyperfx
hyperfx
master

搜索帮助