pay/includes/vendor/cccyun/wechatpay-sdk/composer.json
2025-11-28 10:08:12 +08:00

28 lines
468 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "cccyun/wechatpay-sdk",
"description": "微信支付第三方 PHP SDK基于官方最新版本包含V2和V3两种接口。",
"type": "library",
"keywords": [
"wxpay",
"wechat",
"微信支付"
],
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1"
},
"authors": [
{
"name": "caihong",
"email": "admin@cccyun.cn"
}
],
"autoload": {
"psr-4": {
"WeChatPay\\": "src/"
}
}
}