1 Star 0 Fork 0

imi 开发组/imi-apidoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-05-18 16:50 +08:00 . 修复 PHP 7.1 无法使用问题
{
"name": "imiphp/imi-apidoc",
"type": "library",
"license": "MIT",
"description": "imi 框架 HTTP API 文档生成器,支持 Swagger!",
"require": {
"zircote/swagger-php": "^3.0",
"phpdocumentor/reflection-docblock": "^4.3"
},
"require-dev": {
"yurunsoft/imi": "dev-dev",
"phpunit/phpunit": "^7",
"yurunsoft/ide-helper": "~1.0"
},
"autoload": {
"psr-4" : {
"Imi\\ApiDoc\\" : "src/"
}
},
"autoload-dev": {
"psr-4" : {
"ImiApp\\" : "example/",
"Imi\\ApiDoc\\Test\\" : "tests/",
"Imi\\Server\\ApiDoc\\": "src/imi/Server/ApiDoc/"
}
},
"scripts": {
"test": "./tests/run",
"install-test": "php --ri swoole && composer install composer test"
},
"extra": {
"ide-helper": {
"list": [
"swoole",
"redis"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/imiphp/imi-apidoc.git
git@gitee.com:imiphp/imi-apidoc.git
imiphp
imi-apidoc
imi-apidoc
master

搜索帮助