Skip to content

Commit 42e2977

Browse files
committed
Documentation
1 parent 7c9dd0f commit 42e2977

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ tags
33
vendor
44
composer.lock
55
phpunit.xml
6+
.phpcd
7+
.DS_Store

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ easily handle a user verification and validate the e-mail.
55

66
## VERSIONS
77

8-
**This package is Laravel 5.3 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) | [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 | x |
8+
| 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.0](https://github.com/jrean/laravel-user-verification/tree/4.0) | [4.1](https://github.com/jrean/laravel-user-verification/tree/4.1) | [master](https://github.com/jrean/laravel-user-verification/tree/master) |
9+
|---------|-----|-----|-----|-----|--------|
10+
| 5.0.* | x | | | | |
11+
| 5.1.* | x | | | | |
12+
| 5.2.* | x | | | | |
13+
| 5.3.* | | x | | | |
14+
| 5.4.* | | | x | x | x |
1615

1716
## ABOUT
1817

@@ -30,7 +29,7 @@ require block of your composer.json file:
3029

3130
{
3231
"require": {
33-
"jrean/laravel-user-verification": "^2.0"
32+
"jrean/laravel-user-verification": "^2.2"
3433
}
3534

3635
}
@@ -40,7 +39,7 @@ package and have the autoloader updated.
4039

4140
Or run the following command:
4241

43-
"composer require jrean/laravel-user-verification"
42+
"composer require jrean/laravel-user-verification:^2.2"
4443

4544
### Add the Service Provider
4645

0 commit comments

Comments
 (0)