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 3
3
vendor
4
4
composer.lock
5
5
phpunit.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.
5
5
6
6
## VERSIONS
7
7
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 |
16
15
17
16
## ABOUT
18
17
@@ -30,7 +29,7 @@ require block of your composer.json file:
30
29
31
30
{
32
31
"require": {
33
- "jrean/laravel-user-verification": "^2.0 "
32
+ "jrean/laravel-user-verification": "^2.2 "
34
33
}
35
34
36
35
}
@@ -40,7 +39,7 @@ package and have the autoloader updated.
40
39
41
40
Or run the following command:
42
41
43
- "composer require jrean/laravel-user-verification"
42
+ "composer require jrean/laravel-user-verification:^2.2 "
44
43
45
44
### Add the Service Provider
46
45
You can’t perform that action at this time.
0 commit comments