zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
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
{
  "require": {
    "yiisoft/yii2": "~2.0.0",
    "vlucas/phpdotenv": "^2.5.1",
    "luweiss/wechat": "~0.1",
    "wi1dcard/alipay-sdk": "~1.1",
    "kosinix/grafika": "~2.0",
    "guzzlehttp/guzzle": "~6.0",
    "aliyuncs/oss-sdk-php": "~2.0",
    "qcloud/cos-sdk-v5": "~1.0",
    "qiniu/php-sdk": "~7.0",
    "yiisoft/yii2-redis": "~2.0",
    "yiisoft/yii2-queue": "~2.0",
    "overtrue/easy-sms": "^1.1",
    "alchemy/zippy": "~0.4.0",
    "yiisoft/yii2-swiftmailer": "^2.0",
    "doctrine/cache": "~1.3,<1.7",
    "symfony/process": "<4.0",
    "phpoffice/phpexcel": "^1.8.1",
    "luweiss/hjkuaidi": "dev-master",
    "jdorn/sql-formatter": "~1.2",
    "dream0727/city-service": "v1.1.8"
  },
  "require-dev": {
    "yiisoft/yii2-debug": "~2.0.0",
    "yiisoft/yii2-gii": "~2.0.0",
    "codeception/codeception": "^2.5",
    "codeception/specify": "1.0",
    "codeception/verify": "^1.0",
    "flow/jsonpath": "~0.4.0"
  },
  "autoload": {
    "files": [
      "helpers/functions.php",
      "helpers/phpqrcode/qrlib.php"
    ],
    "psr-4": {
      "app\\core\\": [
        "core/"
      ]
    }
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/luweiss/hjkuaidi.git"
    }
  ]
}