php-rpc-doc/composer.json
IT小强xqitw.cn 6649484884 更新版本号
2018-06-06 10:09:47 +08:00

22 lines
445 B
JSON

{
"name" : "itxq/api-doc-php",
"description": "wechat-sdk-php",
"type" : "library",
"license" : "Apache-2.0",
"authors" : [
{
"name" : "IT小强xqitw.cn",
"email": "360237521@qq.com"
}
],
"version" : "1.0.*",
"require" : {
"php": ">=5.6.0"
},
"autoload" : {
"psr-4": {
"itxq\\apidoc\\": "src"
}
}
}