1 Star 0 Fork 0

小马哥/php-pay

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
小马哥 提交于 2024-07-26 22:14 +08:00 . update
{
"name": "magein/pay",
"description": "php统一支付中心",
"keywords": [
"php",
"pay",
"payment",
"magein"
],
"homepage": "https://gitee.com/magein/pay",
"license": "MIT",
"authors": [
{
"name": "magein",
"email": "1154699897@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"magein/utils": "^2.0.0",
"guzzlehttp/guzzle": "^7.8",
"alipaysdk/easysdk": "~2.2",
"overtrue/wechat": "~5.0"
},
"autoload": {
"psr-4": {
"magein\\pay\\": "src/"
}
},
"config": {
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer"
}
],
"require-dev": {
"phpunit/phpunit": "7.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/magein/php-pay.git
git@gitee.com:magein/php-pay.git
magein
php-pay
php-pay
master

搜索帮助