Skip to content

Commit 506bdf7

Browse files
authored
Merge pull request #13 from jeffreyvr/master
Add Laravel 8 support
2 parents 72877ff + e361f0a commit 506bdf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
| **Laravel** | **wordpress-auth-driver-laravel** |
66
|---|---|
77
| 5.2 to 5.5 | ^1.0 |
8-
| 5.6 to 7.8.x | ^2.0 |
8+
| 5.6 to 8.x | ^2.0 |
99

1010
## Installation
1111

1212
To install this package you will need
13-
- Laravel `>= 5.6 && <= 7.8.x` ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
14-
- PHP 7.1
13+
- At least Laravel 5.6 ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
14+
- PHP 7.1 (or depending on your Laravel version)
1515

1616
The best way to install this package is with the help of composer. Run
1717
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.1",
1616
"hautelook/phpass": ">=0.3",
17-
"laravel/framework": ">=5.6 <7.9"
17+
"laravel/framework": "^5.6|^6.0|^7.0|^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)