mirror of https://gitee.com/karson/fastadmin.git
更新mailer依赖组件,修复QQ邮箱兼容问题
parent
87d4163a89
commit
3f3800cbdc
|
|
@ -22,14 +22,14 @@
|
||||||
"topthink/think-queue": "1.1.6",
|
"topthink/think-queue": "1.1.6",
|
||||||
"topthink/think-helper": "^1.0.7",
|
"topthink/think-helper": "^1.0.7",
|
||||||
"fastadminnet/fastadmin-addons": "~1.4.0",
|
"fastadminnet/fastadmin-addons": "~1.4.0",
|
||||||
|
"fastadminnet/fastadmin-mailer": "^2.0.0",
|
||||||
"overtrue/pinyin": "^3.0",
|
"overtrue/pinyin": "^3.0",
|
||||||
"phpoffice/phpspreadsheet": "^1.29.1",
|
"phpoffice/phpspreadsheet": "^1.29.1",
|
||||||
"overtrue/wechat": "^4.6",
|
"overtrue/wechat": "^4.6",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*"
|
||||||
"txthinking/mailer": "^2.0"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue