From 8cd809da88f14303a5e84329d51a73f25fb7f696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 09:51:45 +0000 Subject: [PATCH] Update swiftmailer/swiftmailer requirement from 5.4.8 to 6.2.7 Updates the requirements on [swiftmailer/swiftmailer](https://github.com/swiftmailer/swiftmailer) to permit the latest version. - [Release notes](https://github.com/swiftmailer/swiftmailer/releases) - [Changelog](https://github.com/swiftmailer/swiftmailer/blob/master/CHANGES) - [Commits](https://github.com/swiftmailer/swiftmailer/compare/v5.4.8...v6.2.7) --- updated-dependencies: - dependency-name: swiftmailer/swiftmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73cd20f3d1..c984e722cd 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "erusev/parsedown" : "^1.7", "pimple/pimple" : "3.4.0", "psr/log": "~1.0", - "swiftmailer/swiftmailer" : "5.4.8", + "swiftmailer/swiftmailer" : "6.2.7", "symfony/console" : "4.2.12", "symfony/event-dispatcher" : "3.4.2", "gregwar/captcha": "1.1.9"