Skip to content

Commit 2079fd0

Browse files
committed
Laravel 9
1 parent 65077a7 commit 2079fd0

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
**jrean/laravel-user-verification** is a PHP package built for Laravel 5.* & 6.* & 7.* & 8.* to
1+
**jrean/laravel-user-verification** is a PHP package built for Laravel 5.* & 6.* & 7.* & 8.* & 9.* to
22
easily handle a user verification and validate the e-mail.
33

44
[![Latest Stable Version](https://poser.pugx.org/jrean/laravel-user-verification/v/stable)](https://packagist.org/packages/jrean/laravel-user-verification) [![Total Downloads](https://poser.pugx.org/jrean/laravel-user-verification/downloads)](https://packagist.org/packages/jrean/laravel-user-verification) [![License](https://poser.pugx.org/jrean/laravel-user-verification/license)](https://packagist.org/packages/jrean/laravel-user-verification)
55

66
## VERSIONS
77

8-
**This package is Laravel 8.0 compliant.**
9-
10-
| laravel/branch | [2.2](https://github.com/jrean/laravel-user-verification/tree/2.2) | [3.0](https://github.com/jrean/laravel-user-verification/tree/3.0) | [4.1](https://github.com/jrean/laravel-user-verification/tree/4.1) | [5.0](https://github.com/jrean/laravel-user-verification/tree/5.0) | [6.0](https://github.com/jrean/laravel-user-verification/tree/6.0) | [7.0](https://github.com/jrean/laravel-user-verification/tree/7.0) | [8.0](https://github.com/jrean/laravel-user-verification/tree/8.0) | [9.0](https://github.com/jrean/laravel-user-verification/tree/9.0) | [master](https://github.com/jrean/laravel-user-verification/tree/master)
11-
|---------|-----|-----|-----|-----|-----|-----|-----|-------|-------|
12-
| 5.0.* | x | | | | | | | | |
13-
| 5.1.* | x | | | | | | | | |
14-
| 5.2.* | x | | | | | | | | |
15-
| 5.3.* | | x | | | | | | | |
16-
| 5.4.* | | | x | | | | | | |
17-
| 5.5.* | | | | x | | | | | |
18-
| 5.6.* | | | | | x | | | | |
19-
| 5.7.* | | | | | | x | | | |
20-
| 5.8.* | | | | | | x | | | |
21-
| 6.0.* | | | | | | | x | | |
22-
| 7.0.* | | | | | | | | | x |
23-
| 8.0.* | | | | | | | | x | x |
8+
**This package is Laravel 9.0 compliant.**
9+
10+
| laravel/branch | [2.2](https://github.com/jrean/laravel-user-verification/tree/2.2) | [3.0](https://github.com/jrean/laravel-user-verification/tree/3.0) | [4.1](https://github.com/jrean/laravel-user-verification/tree/4.1) | [5.0](https://github.com/jrean/laravel-user-verification/tree/5.0) | [6.0](https://github.com/jrean/laravel-user-verification/tree/6.0) | [7.0](https://github.com/jrean/laravel-user-verification/tree/7.0) | [8.0](https://github.com/jrean/laravel-user-verification/tree/8.0) | [9.0](https://github.com/jrean/laravel-user-verification/tree/9.0) | [10.0](https://github.com/jrean/laravel-user-verification/tree/10.0) | [master](https://github.com/jrean/laravel-user-verification/tree/master)
11+
|---------|-----|-----|-----|-----|-----|-----|-----|-------|-------|-------|
12+
| 5.0.* | x | | | | | | | | | |
13+
| 5.1.* | x | | | | | | | | | |
14+
| 5.2.* | x | | | | | | | | | |
15+
| 5.3.* | | x | | | | | | | | |
16+
| 5.4.* | | | x | | | | | | | |
17+
| 5.5.* | | | | x | | | | | | |
18+
| 5.6.* | | | | | x | | | | | |
19+
| 5.7.* | | | | | | x | | | | |
20+
| 5.8.* | | | | | | x | | | | |
21+
| 6.0.* | | | | | | | x | | | |
22+
| 7.0.* | | | | | | | | | | x |
23+
| 8.0.* | | | | | | | | x | | x |
24+
| 9.0.* | | | | | | | | | x | x |
2425

2526
## ABOUT
2627

0 commit comments

Comments
 (0)