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
Breaking change: Moved sendmail command-line options -t -i from Sendmail-wrapper config (sendmailCmd in config.ini) to the recommended sendmail_path configuration in php.ini to avoid problems with Symfony Mailer. see Upgrading notes for details.
Dropping support for PHP < 7.4
Cleanup: Added type declaratinos to function arguments, return values.
Added laravel/pint as dev dependency and applied PHP style fixes by Pint.