bingyu-duanxinwangzhan/message-code/message-admin/application/common/WeChatPay/composer.json

52 lines
1.4 KiB
JSON
Executable File

{
"name": "wechatpay/wechatpay",
"version": "1.0.7",
"description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
"type": "library",
"keywords": [
"wechatpay",
"chainable HTTP requests client",
"xml-parser",
"xml-builder",
"aes-ecb",
"aes-gcm",
"rsa-oaep"
],
"authors": [
{
"name": "WeChatPay Community",
"homepage": "https://developers.weixin.qq.com/community/pay"
}
],
"homepage": "https://pay.weixin.qq.com/",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"ext-curl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-openssl": "*",
"guzzlehttp/uri-template": "^0.2",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"phpstan/phpstan": "^0.12.89"
},
"autoload": {
"psr-4": { "WeChatPay\\" : "src/" }
},
"autoload-dev": {
"psr-4": { "WeChatPay\\Tests\\" : "tests/" }
},
"bin": [
"bin/CertificateDownloader.php"
],
"scripts": {
"v3-certificates": "bin/CertificateDownloader.php",
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse --no-progress",
"phpstan-7": "vendor/bin/phpstan analyse --no-progress -c phpstan-php7.neon"
}
}