Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@onlime onlime released this 31 Mar 14:52
· 1 commit to master since this release
6e8733f
  • 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.