20201112
This commit is contained in:
29
vendor/weiwei/api-doc/composer.json
vendored
Normal file
29
vendor/weiwei/api-doc/composer.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user