php-rpc-doc/composer.json
IT小强xqitw.cn 0416c239b8 api-doc-php
2018-06-06 11:09:43 +08:00

21 lines
414 B
JSON

{
"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"
}
}
}