1 Star 0 Fork 0

chen/apinote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
chen 提交于 2020-12-22 23:34 . 添加视图
{
"name": "chengang/apinote",
"description": "A swagger library for Hyperf.",
"license": "MIT",
"keywords": [
"php",
"swoole",
"hyperf",
"swagger"
],
"support": {
},
"require": {
"php": ">=7.2",
"ext-json": "*",
"hyperf/constants": "^2.0",
"hyperf/http-server": "~2.0.0",
"hyperf/logger": "~2.0.0",
"hyperf/validation": "~2.0.0",
"hyperf/view-engine": "^2.0"
},
"autoload": {
"psr-4": {
"ChenGang\\ApiNote\\": "src/"
},
"files": [
"./src/function.php"
]
},
"autoload-dev": {
"psr-4": {
"ChenGang\\ApiNote\\Test\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"hyperf": {
"config": "ChenGang\\ApiNote\\ConfigProvider"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": ">=8.5"
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"test": "phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/freegang/apinote.git
git@gitee.com:freegang/apinote.git
freegang
apinote
apinote
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385