Skip to content

Commit 69f31d1

Browse files
committed
Merge branch 'Konafets-patch-1' into 4.1
2 parents b753ee0 + 995dc47 commit 69f31d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ easily handle a user verification and validate the e-mail.
77

88
**This package is Laravel 5.4 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.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) |
11-
|---------|-----|-----|-----|-----|--------|
12-
| 5.0.* | x | | | | |
13-
| 5.1.* | x | | | | |
14-
| 5.2.* | x | | | | |
15-
| 5.3.* | | x | | | |
16-
| 5.4.* | | | x | x | 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) | [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 | x |
1717

1818
## ABOUT
1919

@@ -55,7 +55,7 @@ Jrean\UserVerification\UserVerificationServiceProvider::class,
5555
You may add the following `aliases` to your `config/app.php`:
5656

5757
```PHP
58-
'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class
58+
'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class,
5959
```
6060

6161
Publish the package config file by running the following command:

0 commit comments

Comments
 (0)