最新服务器上的版本,以后用这个
commit | author | age
2207d6 1 {
W 2   "require": {
3     "yiisoft/yii2": "~2.0.0",
4     "vlucas/phpdotenv": "^2.5.1",
5     "luweiss/wechat": "~0.1",
6     "wi1dcard/alipay-sdk": "~1.1",
7     "kosinix/grafika": "~2.0",
8     "guzzlehttp/guzzle": "~6.0",
9     "aliyuncs/oss-sdk-php": "~2.0",
10     "qcloud/cos-sdk-v5": "~1.0",
11     "qiniu/php-sdk": "~7.0",
12     "yiisoft/yii2-redis": "~2.0",
13     "yiisoft/yii2-queue": "~2.0",
14     "overtrue/easy-sms": "^1.1",
15     "alchemy/zippy": "~0.4.0",
16     "yiisoft/yii2-swiftmailer": "^2.0",
17     "doctrine/cache": "~1.3,<1.7",
18     "symfony/process": "<4.0",
19     "phpoffice/phpexcel": "^1.8.1",
20     "luweiss/hjkuaidi": "dev-master",
21     "jdorn/sql-formatter": "~1.2",
22     "dream0727/city-service": "v1.1.8"
23   },
24   "require-dev": {
25     "yiisoft/yii2-debug": "~2.0.0",
26     "yiisoft/yii2-gii": "~2.0.0",
27     "codeception/codeception": "^2.5",
28     "codeception/specify": "1.0",
29     "codeception/verify": "^1.0",
30     "flow/jsonpath": "~0.4.0"
31   },
32   "autoload": {
33     "files": [
34       "helpers/functions.php",
35       "helpers/phpqrcode/qrlib.php"
36     ],
37     "psr-4": {
38       "app\\core\\": [
39         "core/"
40       ]
41     }
42   },
43   "repositories": [
44     {
45       "type": "vcs",
46       "url": "https://github.com/luweiss/hjkuaidi.git"
47     }
48   ]
49 }