Skip to content

Commit 1e8d5eb

Browse files
committed
Documentation
1 parent ab09ce9 commit 1e8d5eb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ easily handle a user verification and validate the e-mail.
77

88
**This package is Laravel 6.0 compliant.**
99

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) | [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 |
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) | [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 | x |
2222

2323
## ABOUT
2424

@@ -36,7 +36,7 @@ require block of your composer.json file:
3636

3737
{
3838
"require": {
39-
"jrean/laravel-user-verification": "dev-master"
39+
"jrean/laravel-user-verification": "8.*"
4040
}
4141

4242
}

0 commit comments

Comments
 (0)