1 Star 0 Fork 0

xzncit / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
xzncit 提交于 2021-02-20 22:45 . update composer.json
{
"name": "xzncit/wechat",
"description": "Wechat Development Framework",
"type": "library",
"keywords": ["framework","sdk","wechat", "weixin","miniprogram"],
"homepage": "http://www.a3-mall.com/",
"license": "GPL-3.0",
"authors": [
{
"name": "xzncit",
"email": "158373108@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"monolog/monolog": "^2.0",
"ext-fileinfo": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.0",
"symfony/cache": "^4.4",
"pimple/pimple": "^3.0",
"symfony/http-foundation": "^5.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"xzncit\\": "src/"
},
"files": [
"src/helper.php"
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
}
}
PHP
1
https://gitee.com/xzncit/wechat.git
git@gitee.com:xzncit/wechat.git
xzncit
wechat
wechat
master

搜索帮助