diff --git a/composer.json b/composer.json index 332bb8252..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", @@ -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" },