This commit is contained in:
wangjinlei
2020-11-13 10:10:23 +08:00
parent d4925b37b5
commit ba50974c16
1494 changed files with 298911 additions and 0 deletions

29
vendor/weiwei/api-doc/composer.json vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "weiwei/api-doc",
"description": "The ThinkPHP5 Api Doc Package",
"type": "think-extend",
"authors": [
{
"name": "weiwei",
"email": "1763692101@qq.com"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"Api\\Doc\\": "src"
},
"files": [
"src/helper.php"
]
},
"require": {
"topthink/think-helper": ">=1.0.4 <=3.0.4",
"topthink/think-installer": ">=1.0.10"
},
"extra": {
"think-config": {
"doc": "src/config.php"
}
}
}