1 Star 0 Fork 461

LingJhua / WeChatDeveloper

forked from Anyon / WeChatDeveloper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2018-02-01 12:51 . [更新]修改项目composer配置
{
"type": "library",
"name": "zoujingli/wechat-developer",
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
"description": "WeChat development of SDK",
"license": "MIT",
"keywords": [
"WeChatDeveloper",
"wechat",
"wxsdk"
],
"require": {
"php": ">=5.4",
"ext-curl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"WeChat\\": "WeChat"
}
}
}
PHP
1
https://gitee.com/huawlhp/WeChatDeveloper.git
git@gitee.com:huawlhp/WeChatDeveloper.git
huawlhp
WeChatDeveloper
WeChatDeveloper
master

搜索帮助