1 Star 0 Fork 0

张一丁 / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
wppd 提交于 2016-10-26 14:02 . support psr-http-message-bridge 1.0 (#524)
{
"name": "overtrue/wechat",
"description": "微信SDK",
"keywords": [
"wechat",
"weixin",
"weixin-sdk",
"sdk"
],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
],
"require": {
"php":">=5.5.0",
"ext-openssl": "*",
"pimple/pimple": "~3.0",
"monolog/monolog": "^1.17",
"overtrue/socialite": ">=1.0.7",
"doctrine/cache": "~1.4",
"guzzlehttp/guzzle": "~6.2.1",
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
"symfony/psr-http-message-bridge": "~0.3|^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"overtrue/phplint": "dev-master",
"mockery/mockery": "^1.0@dev"
},
"minimum-stability" : "dev",
"autoload": {
"psr-4": {
"EasyWeChat\\": "src/"
},
"files": [
"src/Payment/helpers.php"
]
}
}
PHP
1
https://gitee.com/zhangyiding/wechat.git
git@gitee.com:zhangyiding/wechat.git
zhangyiding
wechat
wechat
master

搜索帮助