File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,16 @@ easily handle a user verification and validate the e-mail.
55
66## VERSIONS
77
8- ** This package is Laravel 5.4 compliant.**
9-
10- ** For Laravel 5.5, until official release, use master branch**
11-
12- | 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 ) |
13- | ---------| -----| -----| -----| --------|
14- | 5.0.* | x | | | |
15- | 5.1.* | x | | | |
16- | 5.2.* | x | | | |
17- | 5.3.* | | x | | |
18- | 5.4.* | | | x | x |
19- | 5.5.* | | | | x |
8+ ** This package is Laravel 5.5 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 ) | [ 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 | x |
2018
2119## ABOUT
2220
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=5.6.4 " ,
14- "illuminate/support" : " 5.4.*|5. 5.*"
13+ "php" : " >=7.0.0 " ,
14+ "illuminate/support" : " 5.5.*"
1515 },
1616 "autoload" : {
1717 "psr-4" : {
You can’t perform that action at this time.
0 commit comments