From bf21ef941dabf4f8fb84055724405c70ae78bf0b Mon Sep 17 00:00:00 2001 From: Alexandre Quercia Date: Wed, 21 Feb 2024 23:38:42 +0100 Subject: [PATCH] Add the fork's purpose visible on README.md (#16) To avoid any confusion. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 702019089..dfbeb25c6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ About this version This is a community driven fork of swiftmailer, as official support has been [ended in November 2021](https://symfony.com/blog/the-end-of-swiftmailer). -**Do not use it for new projects: the aim of this fork is to make this library compatible with never php versions, but [the newer Symfony Mailer Compontent](https://symfony.com/doc/current/mailer.html) is the way to go today.** +**Do not use it for new projects, [the newer Symfony Mailer Compontent](https://symfony.com/doc/current/mailer.html) is the way to go today.** + +🎯 The main purpose of this fork +-------------------------------- + +To support same PHP versions as latest version of [FriendsOfSymfony1/symfony1](https://github.com/FriendsOfSymfony1/symfony1). + Swift Mailer ------------