20220406
This commit is contained in:
20
vendor/itxq/api-doc-php/composer.json
vendored
Normal file
20
vendor/itxq/api-doc-php/composer.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name" : "itxq/api-doc-php",
|
||||
"description": "api-doc-php",
|
||||
"type" : "library",
|
||||
"license" : "Apache-2.0",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "IT小强xqitw.cn",
|
||||
"email": "360237521@qq.com"
|
||||
}
|
||||
],
|
||||
"require" : {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4": {
|
||||
"itxq\\apidoc\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user