This commit is contained in:
as2252258@163.com
2021-05-04 03:31:44 +08:00
parent d9ceeeeeba
commit 50d15d51b8
+2 -2
View File
@@ -12,7 +12,6 @@
"php": ">=8.0", "php": ">=8.0",
"swoole/ide-helper": "@dev", "swoole/ide-helper": "@dev",
"ext-json": "*", "ext-json": "*",
"phpmailer/phpmailer": "^6.1",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-redis": "*", "ext-redis": "*",
@@ -30,7 +29,8 @@
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-posix": "*", "ext-posix": "*",
"ext-rdkafka": "*", "ext-rdkafka": "*",
"ext-gd": "*" "ext-gd": "*",
"swiftmailer/swiftmailer": "^6.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {