no message

This commit is contained in:
kuaifan 2022-06-13 12:31:40 +08:00
parent 08f3925af4
commit b4bd6d17bf
2 changed files with 77 additions and 2 deletions

View File

@ -26,7 +26,8 @@
"mews/captcha": "^3.2.6",
"orangehill/iseed": "^3.0.1",
"overtrue/pinyin": "^4.0",
"predis/predis": "^1.1.7"
"predis/predis": "^1.1.7",
"symfony/mailer": "^6.0"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^v2.10.0",

76
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7943630b792ab48bbe8f7add5ce959be",
"content-hash": "899b6938adcec6d779c54a3005df68a2",
"packages": [
{
"name": "asm89/stack-cors",
@ -4780,6 +4780,80 @@
],
"time": "2022-05-27T07:09:08+00:00"
},
{
"name": "symfony/mailer",
"version": "v6.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/706af6b3e99ebcbc639c9c664f5579aaa869409b",
"reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10|^3",
"php": ">=8.0.2",
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<5.4"
},
"require-dev": {
"symfony/http-client-contracts": "^1.1|^2|^3",
"symfony/messenger": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v6.0.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-04-27T17:10:30+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.9",