php-rpc-doc/composer.json

21 lines
417 B
JSON
Raw Normal View History

2018-06-05 01:32:48 +00:00
{
"name" : "itxq/api-doc-php",
"description": "wechat-sdk-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"
}
}
}