Skip to content

Commit

Permalink
Merge pull request #13 from jeffreyvr/master
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
ahsankhatri authored Feb 9, 2021
2 parents 72877ff + e361f0a commit 506bdf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
| **Laravel** | **wordpress-auth-driver-laravel** |
|---|---|
| 5.2 to 5.5 | ^1.0 |
| 5.6 to 7.8.x | ^2.0 |
| 5.6 to 8.x | ^2.0 |

## Installation

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

The best way to install this package is with the help of composer. Run
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.1",
"hautelook/phpass": ">=0.3",
"laravel/framework": ">=5.6 <7.9"
"laravel/framework": "^5.6|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 506bdf7

Please sign in to comment.