1 Star 0 Fork 47

泡泡糖/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
mingyoung 提交于 2017-11-06 15:06 +08:00 . Add spacing.
{
"name": "overtrue/wechat",
"description": "微信SDK",
"keywords": [
"wechat",
"weixin",
"weixin-sdk",
"sdk"
],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
],
"require": {
"php": ">=7.0",
"ext-openssl": "*",
"ext-simplexml":"*",
"pimple/pimple": "^3.0",
"monolog/monolog": "^1.22",
"overtrue/socialite": "^1.3",
"guzzlehttp/guzzle": "^6.2",
"symfony/http-foundation": "2.*|^3.0",
"symfony/psr-http-message-bridge": "~0.3|^1.0",
"symfony/cache": "^3.1|^3.3"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"overtrue/phplint": "dev-master",
"mockery/mockery": "^1.0",
"mikey179/vfsStream": "^1.6"
},
"autoload": {
"psr-4": {
"EasyWeChat\\": "src/"
},
"files": [
"src/Kernel/Support/Helpers.php",
"src/Kernel/Helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"EasyWeChat\\Tests\\": "tests/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/bug2014/wechat.git
git@gitee.com:bug2014/wechat.git
bug2014
wechat
wechat
master

搜索帮助