genkgo / mail

Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402 stars 21 forks source link

PHP 8+ support #91

Closed dennis-fedco closed 3 years ago

dennis-fedco commented 3 years ago

Hello On PHP 8.0.3 when I do composer require genkgo/mail

I get an error message:

[InvalidArgumentException]
Package genkgo/mail has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version

Can you please update the package to install on PHP 8.0 systems?

frederikbosch commented 3 years ago

See #92, will make sure a new version is tagged today

frederikbosch commented 3 years ago

Done, 2.7.16 also supports PHP 8.0

dennis-fedco commented 3 years ago

Thank you!