multi-store/vendor/hg/apidoc/composer.json
2024-06-03 11:03:08 +08:00

51 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "hg/apidoc",
"description": "根据注解生成API文档兼容Laravel、ThinkPHP、Hyperf、Webman等框架在线调试、Markdown文档、多应用/多版本、Mock数据、授权访问、接口生成器、代码生成器等众多实用功能",
"keywords": [
"apidoc",
"api文档",
"接口文档",
"自动生成api",
"注释生成",
"php接口文档",
"api文档",
"Markdown",
"注解"
],
"require": {
"php": "^7.1 || ^8.0",
"doctrine/annotations": "^1 || ^2"
},
"license": "MIT",
"authors": [
{
"name": "hg-code",
"email": "376401263@qq.com"
}
],
"autoload": {
"psr-4": {
"hg\\apidoc\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"hg\\apidoc\\providers\\LaravelService"
]
},
"think": {
"services": [
"hg\\apidoc\\providers\\ThinkPHPService"
],
"config": {
"apidoc": "src/config.php"
}
},
"hyperf": {
"config": "hg\\apidoc\\ConfigProvider"
}
},
"minimum-stability": "dev"
}