From b4bd6d17bf9ef8c8f46da40efacb6ae21e063f1e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 13 Jun 2022 12:31:40 +0800 Subject: [PATCH] no message --- composer.json | 3 +- composer.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 747336b7c..6c5ef6f22 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index a8183ea6d..2f09aa2f4 100644 --- a/composer.lock +++ b/composer.lock @@ -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",