Skip to content

Version 1.4

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

martian/spammailchecker v1.4 - Laravel 10 Compatibility Release

We are pleased to announce the release of martian/spammailchecker v1.4, 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|^10.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.3...1.4