From b5a69f4d400d653872e48702d73d7e7b4d17822f Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Wed, 7 Feb 2024 19:48:25 +0100 Subject: [PATCH] Replace swiftmailer/swiftmailer to fulfill transitive dependencies --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0fb378e52..944a35bb6 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, + "replace": { + "swiftmailer/swiftmailer": "^5" + }, "autoload": { "files": ["lib/swift_required.php"] },