php-rpc-doc/composer.json

22 lines
445 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"
}
],
2018-06-06 01:55:12 +00:00
"version" : "0.0.2",
2018-06-05 01:32:48 +00:00
"require" : {
"php": ">=5.6.0"
},
"autoload" : {
"psr-4": {
"itxq\\apidoc\\": "src"
}
}
}