You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for creating a duplicate, Google Search came up empty for this issue.
On the other hand, Release Notes say that Laravel 8 will be actively supported until July 26th, 2022.
I think that replacing abandoned projects should be a part of active support. How can I explain to my clients that Laravel is the best framework, with the best support, if it uses abandoned packages?
Replacing Swift Mailer with Symfony Mailer introduces breaking changes to Laravel, the list of which can be seen in the PR for Symfony Mailer -> #38481
Breaking changes can't be done on minor versions (those are allowed only on major versions) so there's nothing the Laravel team can do here about that.
Besides it's not like Swift Mailer magically stopped working all of a sudden just because Symfony Mailer was released. Swift Mailer had little development going on for years as it's an old and stable/mature library. And Laravel 9 is gonna be released on January 25th which is just two months away.
Description:
When I try to
run composer update
, I get the following message:Steps To Reproduce:
Type
composer update
into the consoleThe text was updated successfully, but these errors were encountered: