From 548341edc2010cb2d9ac53482418548099cab6d1 Mon Sep 17 00:00:00 2001 From: Sebastian Butsch Date: Thu, 15 May 2025 17:50:45 +0200 Subject: [PATCH] Replace only swiftmailer/swiftmailer version ^6.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 500181abf..eb5566ba3 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "symfony/phpunit-bridge": "^7" }, "replace": { - "swiftmailer/swiftmailer": "^6" + "swiftmailer/swiftmailer": "^6.3" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses"