From 7d117938b0d783d4dc65fd980eee6881b3ac6260 Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Wed, 7 Feb 2024 19:48:25 +0100 Subject: [PATCH 1/2] Added composer replace to fulfil swiftmailer/swiftmailer dependency by installing this package. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 332bb8252..59723705c 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "mockery/mockery": "^1.0", "symfony/phpunit-bridge": "^4.4|^5.4" }, + "replace": { + "swiftmailer/swiftmailer": "^6" + }, "suggest": { "ext-intl": "Needed to support internationalized email addresses" }, From 7704bb7b2aad721b74a084b0913655873dd5d663 Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Wed, 7 Feb 2024 21:15:40 +0100 Subject: [PATCH 2/2] Fixed description typo. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59723705c..0d0789539 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "friendsofsymfony1/swiftmailer", "type": "library", - "description": "Fork of unmaingained Swiftmailer, free feature-rich PHP mailer", + "description": "Fork of unmaintained Swiftmailer, free feature-rich PHP mailer", "keywords": ["mail","mailer","email"], "homepage": "https://swiftmailer.symfony.com", "license": "MIT",