Skip to content

1.3

Compare
Choose a tag to compare
@hendurhance hendurhance released this 04 May 18:11
· 36 commits to main since this release

martian/spammailchecker v1.3 - Laravel 10 Compatibility Release

We are pleased to announce the release of martian/spammailchecker v1.3, which adds compatibility with Laravel 10!

With this release, you can now use martian/spammailchecker in your Laravel 10 projects to protect your users from entering non-existing/spam email addresses. The package now requires illuminate/support version ^8.0|^9.0, which allows it to work with Laravel 8.x, 9.x, and 10.

To use this package in your Laravel 10 project, simply require martian/spammailchecker in your composer.json file and run composer update.

'providers' => [
    // ...
    Martian\SpamMailChecker\SpamMailCheckerServiceProvider::class,
],

We hope that this update makes it easier for you to protect your users from spam emails in your Laravel 10 projects. Thank you for using martian/spammailchecker!

Full Changelog: 1.2...1.3