Skip to content

Commit 21c52dc

Browse files
author
MailboxValidator
authored
Updated supported Laravel version.
1 parent 853be23 commit 21c52dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel package to validate an email by using MailboxValidator API.",
44
"type": "library",
55
"license": "LGPL-3.0-or-later",
6-
"keywords": ["laravel","mailboxvalidator","email validation","disposable", "laravel 5", "laravel 6", "laravel 7", "laravel 8"],
6+
"keywords": ["laravel","mailboxvalidator","email validation","disposable", "laravel 5", "laravel 6", "laravel 7", "laravel 8", "laravel 9"],
77
"authors": [
88
{
99
"name": "MailboxValidator",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This module can be useful in many types of projects, for example
99
- to perform fraud check
1010
- and so on
1111

12-
*Note: This extension works in Laravel 5, Laravel 6, Laravel 7 and Laravel 8.*
12+
*Note: This extension works in Laravel 5, Laravel 6, Laravel 7, Laravel 8 and Laravel 9.*
1313

1414
## Installation
1515

@@ -85,4 +85,4 @@ To print the validation result on single email, you will first need to include t
8585

8686
## Copyright
8787

88-
Copyright (C) 2018-2021 by MailboxValidator.com, [email protected]
88+
Copyright (C) 2018-2022 by MailboxValidator.com, [email protected]

0 commit comments

Comments
 (0)