3 Star 11 Fork 5

Gitee 极速下载/Nano-Hyperf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperf/nano
克隆/下载
composer.json 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
李铭昕 提交于 2023-10-08 17:04 . Removed dependabot
{
"name": "hyperf/nano",
"type": "project",
"license": "MIT",
"keywords": [
"php",
"hyperf",
"nano"
],
"description": "Scale Hyperf application down to a single file",
"autoload": {
"psr-4": {
"Hyperf\\Nano\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\Nano\\": "tests/"
}
},
"require": {
"php": ">=8.0",
"hyperf/command": "^3.0.0",
"hyperf/config": "^3.0.0",
"hyperf/context": "^3.0.16",
"hyperf/contract": "^3.0.0",
"hyperf/di": "^3.0.0",
"hyperf/framework": "^3.0.0",
"hyperf/http-server": "^3.0.0",
"hyperf/stringable": "^3.0.0",
"hyperf/support": "^3.0.0",
"hyperf/tappable": "^3.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/crontab": "^3.0.0",
"hyperf/db": "^3.0.0",
"hyperf/guzzle": "^3.0.0",
"hyperf/process": "^3.0.0",
"hyperf/testing": "^3.0.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": ">=7.0",
"swoole/ide-helper": "dev-master",
"symfony/finder": "^4.0|^5.0"
},
"suggest": {
"hyperf/crontab": "Required to use closure crontab",
"hyperf/process": "Required to use closure process"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"test": "co-phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon",
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"hyperf": {
"config": "Hyperf\\Nano\\ConfigProvider"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/Nano-Hyperf.git
[email protected]:mirrors/Nano-Hyperf.git
mirrors
Nano-Hyperf
Nano-Hyperf
master

搜索帮助