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

27 lines
469 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/alipay-sdk",
"description": "支付宝开放平台第三方 PHP SDK基于官方最新版本支持公钥和公钥证书2种模式。",
"type": "library",
"keywords": [
"alipay",
"支付宝"
],
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1"
},
"authors": [
{
"name": "caihong",
"email": "admin@cccyun.cn"
}
],
"autoload": {
"psr-4": {
"Alipay\\": "src/"
}
}
}