1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| {
| "name": "wechatpay/wechatpay",
| "version": "1.4.8",
| "description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
| "type": "library",
| "keywords": [
| "wechatpay",
| "openapi-chainable",
| "xml-parser",
| "xml-builder",
| "aes-ecb",
| "aes-gcm",
| "rsa-oaep"
| ],
| "authors": [
| {
| "name": "James ZHANG",
| "homepage": "https://github.com/TheNorthMemory"
| },
| {
| "name": "WeChatPay Community",
| "homepage": "https://developers.weixin.qq.com/community/pay"
| }
| ],
| "homepage": "https://pay.weixin.qq.com/",
| "license": "Apache-2.0",
| "require": {
| "php": ">=7.1.2",
| "ext-curl": "*",
| "ext-libxml": "*",
| "ext-simplexml": "*",
| "ext-openssl": "*",
| "guzzlehttp/uri-template": "^0.2 || ^1.0",
| "guzzlehttp/guzzle": "^6.5 || ^7.0"
| },
| "require-dev": {
| "phpunit/phpunit": "^7.5 || ^8.5.16 || ^9.3.5",
| "phpstan/phpstan": "^0.12.89 || ^1.0"
| },
| "autoload": {
| "psr-4": { "WeChatPay\\" : "src/" }
| },
| "autoload-dev": {
| "psr-4": { "WeChatPay\\Tests\\" : "tests/" }
| },
| "bin": [
| "bin/CertificateDownloader.php"
| ],
| "scripts": {
| "v3-certificates": "bin/CertificateDownloader.php"
| }
| }
|
|