1 Star 0 Fork 461

得闲饮茶q1 / WeChatDeveloper_1

forked from Anyon / WeChatDeveloper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
kentwangit 提交于 2021-05-19 11:35 . Update composer.json
{
"type": "library",
"name": "zoujingli/wechat-developer-kentwangit",
"homepage": "https://github.com/kentwangit/WeChatDeveloper",
"description": "WeChat platform and WeChat payment development tools",
"license": "MIT",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com",
"homepage": "https://thinkadmin.top"
}
],
"keywords": [
"WePay",
"AliPay",
"WeMini",
"WeChat",
"WeChatPay",
"WeChatDeveloper"
],
"require": {
"php": ">=5.4",
"ext-xml": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*"
},
"autoload": {
"classmap": [
"We.php"
],
"psr-4": {
"WePay\\": "WePay",
"WeChat\\": "WeChat",
"WeMini\\": "WeMini",
"AliPay\\": "AliPay",
"WePayV3\\": "WePayV3"
}
}
}
PHP
1
https://gitee.com/605011288/WeChatDeveloper_1.git
git@gitee.com:605011288/WeChatDeveloper_1.git
605011288
WeChatDeveloper_1
WeChatDeveloper_1
master

搜索帮助