File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ** jrean/laravel-user-verification** is a PHP package built for Laravel 5.* to
1+ ** jrean/laravel-user-verification** is a PHP package built for Laravel 5.* & 6. * to
22easily handle a user verification and validate the e-mail.
33
44[ ![ Latest Stable Version] ( https://poser.pugx.org/jrean/laravel-user-verification/v/stable )] ( https://packagist.org/packages/jrean/laravel-user-verification ) [ ![ Total Downloads] ( https://poser.pugx.org/jrean/laravel-user-verification/downloads )] ( https://packagist.org/packages/jrean/laravel-user-verification ) [ ![ License] ( https://poser.pugx.org/jrean/laravel-user-verification/license )] ( https://packagist.org/packages/jrean/laravel-user-verification )
55
66## VERSIONS
77
8- ** This package is Laravel 5.8 compliant.**
8+ ** This package is Laravel 6.0 compliant.**
99
1010| 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 ) |
1111| ---------| -----| -----| -----| -----| -----| -----| --------|
@@ -16,8 +16,9 @@ easily handle a user verification and validate the e-mail.
1616| 5.4.* | | | x | | | | |
1717| 5.5.* | | | | x | | | |
1818| 5.6.* | | | | | x | | |
19- | 5.7.* | | | | | | x | x |
20- | 5.8.* | | | | | | x | x |
19+ | 5.7.* | | | | | | x | |
20+ | 5.8.* | | | | | | x | |
21+ | 6.0.* | | | | | | | x |
2122
2223## ABOUT
2324
@@ -35,7 +36,7 @@ require block of your composer.json file:
3536
3637 {
3738 "require": {
38- "jrean/laravel-user-verification": "7.* "
39+ "jrean/laravel-user-verification": "dev-master "
3940 }
4041
4142 }
You can’t perform that action at this time.
0 commit comments