File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 33vendor
44composer.lock
55phpunit.xml
6+ .phpcd
7+ .DS_Store
Original file line number Diff line number Diff 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
4140Or 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
You can’t perform that action at this time.
0 commit comments