Skip to content

Commit 82d1b8f

Browse files
committed
Laravel 5.5
1 parent e69bbb2 commit 82d1b8f

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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": {

0 commit comments

Comments
 (0)