Skip to content

Commit

Permalink
Update readme and laravel requirement version.
Browse files Browse the repository at this point in the history
jeffreyvr committed Nov 25, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a677cd1 commit e361f0a
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
@@ -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
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"require": {
"php": "^7.1",
"hautelook/phpass": ">=0.3",
"laravel/framework": "^6.0|^7.0|^8.0"
"laravel/framework": "^5.6|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {

0 comments on commit e361f0a

Please sign in to comment.