1 Star 0 Fork 533

赛虎CMS/easyPay

forked from yansongda/easyPay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
yansongda 提交于 2018-03-28 15:00 . tests
{
"name": "yansongda/pay",
"description": "专注 Alipay 和 WeChat 的支付扩展包",
"keywords": ["alipay", "wechat", "pay"],
"type": "library",
"support": {
"issues": "https://github.com/yansongda/pay/issues",
"source": "https://github.com/yansongda/pay"
},
"authors": [
{
"name": "yansongda",
"email": "me@yansongda.cn"
}
],
"require": {
"php": ">=7.0",
"ext-openssl": "*",
"ext-simplexml":"*",
"yansongda/supports": "^1.4",
"monolog/monolog": "^1.23",
"symfony/http-foundation": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"mockery/mockery": "1.0.x-dev"
},
"autoload": {
"psr-4": {
"Yansongda\\Pay\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Yansongda\\Pay\\Tests\\": "tests"
}
},
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/saihucms/pay.git
git@gitee.com:saihucms/pay.git
saihucms
pay
easyPay
master

搜索帮助