Browse Source

和线上同步composer文件

sunxbiao 1 year ago
parent
commit
7f66eac7db
1 changed files with 3 additions and 2 deletions
  1. 3 2
      composer.json

+ 3 - 2
composer.json

@@ -17,7 +17,7 @@
17 17
         {
18 18
             "name": "yunwuxin",
19 19
             "email": "448901948@qq.com"
20
-        }        
20
+        }
21 21
     ],
22 22
     "require": {
23 23
         "php": ">=7.1.0",
@@ -48,7 +48,8 @@
48 48
         "phpoffice/phpspreadsheet": "^1.14",
49 49
         "phpseclib/phpseclib": "~3.0",
50 50
         "alibabacloud/client": "^1.5",
51
-        "maniac/easemob-php": "^1.0"
51
+        "maniac/easemob-php": "^1.0",
52
+        "phpmailer/phpmailer": "^6.9"
52 53
     },
53 54
     "require-dev": {
54 55
         "symfony/var-dumper": "^4.2"