WeChatDeveloper/composer.json
2018-01-29 10:16:49 +08:00

21 lines
392 B
JSON

{
"type": "library",
"name": "zoujingli/WeChatDeveloper",
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
"description": "WeChat development of SDK",
"license": "MIT",
"keywords": [
"wechat",
"wxsdk"
],
"require": {
"php": ">=5.4",
"ext-curl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"Wechat\\": "./Wechat"
}
}
}