Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrean committed Sep 12, 2019
1 parent ab09ce9 commit 1e8d5eb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ easily handle a user verification and validate the e-mail.

**This package is Laravel 6.0 compliant.**

| 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) |
|---------|-----|-----|-----|-----|-----|-----|--------|
| 5.0.* | x | | | | | | |
| 5.1.* | x | | | | | | |
| 5.2.* | x | | | | | | |
| 5.3.* | | x | | | | | |
| 5.4.* | | | x | | | | |
| 5.5.* | | | | x | | | |
| 5.6.* | | | | | x | | |
| 5.7.* | | | | | | x | |
| 5.8.* | | | | | | x | |
| 6.0.* | | | | | | | x |
| 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) |
|---------|-----|-----|-----|-----|-----|-----|-----|--------|
| 5.0.* | x | | | | | | | |
| 5.1.* | x | | | | | | | |
| 5.2.* | x | | | | | | | |
| 5.3.* | | x | | | | | | |
| 5.4.* | | | x | | | | | |
| 5.5.* | | | | x | | | | |
| 5.6.* | | | | | x | | | |
| 5.7.* | | | | | | x | | |
| 5.8.* | | | | | | x | | |
| 6.0.* | | | | | | | x | x |

## ABOUT

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

{
"require": {
"jrean/laravel-user-verification": "dev-master"
"jrean/laravel-user-verification": "8.*"
}

}
Expand Down

0 comments on commit 1e8d5eb

Please sign in to comment.