File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
| ** Laravel** | ** wordpress-auth-driver-laravel** |
6
6
| ---| ---|
7
7
| 5.2 to 5.5 | ^1.0 |
8
- | 5.6 to 7. 8.x | ^2.0 |
8
+ | 5.6 to 8.x | ^2.0 |
9
9
10
10
## Installation
11
11
12
12
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)
15
15
16
16
The best way to install this package is with the help of composer. Run
17
17
```
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " ^7.1" ,
16
16
"hautelook/phpass" : " >=0.3" ,
17
- "laravel/framework" : " >= 5.6 <7.9 "
17
+ "laravel/framework" : " ^ 5.6|^6.0|^7.0|^8.0 "
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
You can’t perform that action at this time.
0 commit comments