composer.json
902 Bytes
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
{
  "type": "library",
  "name": "zoujingli/wechat-developer",
  "homepage": "https://thinkadmin.top",
  "description": "WeChat and Alipay Platform Development",
  "license": "MIT",
  "authors": [
    {
      "name": "Anyon",
      "email": "zoujingli@qq.com",
      "homepage": "https://thinkadmin.top"
    }
  ],
  "keywords": [
    "AliPay",
    "WeMini",
    "WeChat",
    "WeChatPay",
    "WeChatDeveloper"
  ],
  "require": {
    "php": ">=5.4",
    "ext-xml": "*",
    "ext-json": "*",
    "ext-curl": "*",
    "ext-bcmath": "*",
    "ext-libxml": "*",
    "ext-openssl": "*",
    "ext-mbstring": "*",
    "ext-simplexml": "*"
  },
  "autoload": {
    "files": [
      "helper.php"
    ],
    "classmap": [
      "We.php"
    ],
    "psr-4": {
      "WePay\\": "WePay",
      "WeChat\\": "WeChat",
      "WeMini\\": "WeMini",
      "AliPay\\": "AliPay",
      "WePayV3\\": "WePayV3"
    }
  }
}