3 Star 25 Fork 4

hyperf/nano

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Huangzhhui 提交于 2020-05-14 13:56 . Add document
{
"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/"
}
},
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.4",
"hyperf/command": "^1.1",
"hyperf/config": "^1.1",
"hyperf/di": "1.1.*",
"hyperf/framework": "^1.1",
"hyperf/http-server": "^1.1",
"hyperf/utils": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/crontab": "^1.1",
"hyperf/db": "^1.1",
"hyperf/process": "^1.1",
"hyperf/testing": "1.1.*",
"phpstan/phpstan": "^0.10.5",
"symfony/finder": "^4.1",
"swoole/ide-helper": "dev-master"
},
"suggest": {
"hyperf/crontab": "Required to use closure crontab",
"hyperf/process": "Required to use closure process"
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "co-phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 300M -l 5 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
},
"hyperf": {
"config": "Hyperf\\Nano\\ConfigProvider"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperf/nano.git
[email protected]:hyperf/nano.git
hyperf
nano
nano
master

搜索帮助