File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1212To 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
1616The best way to install this package is with the help of composer. Run
1717```
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments