File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ easily handle a user verification and validate the e-mail.
77
88** This package is Laravel 5.6 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 ) | [ 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 |
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 ) | [ 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 | x |
1919
2020## ABOUT
2121
@@ -33,7 +33,7 @@ require block of your composer.json file:
3333
3434 {
3535 "require": {
36- "jrean/laravel-user-verification": "dev-master "
36+ "jrean/laravel-user-verification": "~6.* "
3737 }
3838
3939 }
@@ -43,7 +43,7 @@ package and have the autoloader updated.
4343
4444Or run the following command:
4545
46- composer require jrean/laravel-user-verification:dev-master
46+ composer require jrean/laravel-user-verification
4747
4848### Add the Service Provider & Facade/Alias
4949
You can’t perform that action at this time.
0 commit comments