Skip to content

Commit

Permalink
Merge pull request #13 from designmynight/passport-7
Browse files Browse the repository at this point in the history
feat: add support for laravel 7
  • Loading branch information
Steve Porter authored Aug 13, 2018
2 parents b3725e1 + b956504 commit 223df33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-mongodb-passport` will be documented in this file

## 1.1.4 - 2018-08-13
- add support for passport 7

## 1.1.3 - 2018-04-24
- add support for passport 6

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ class User extends Authenticatable

### Laravel version Compatibility

Laravel | Package
:---------|:----------
5.5.x | 1.1.x
5.6.x | 1.1.x
Laravel | Passport | Package
:---------|:---------------------------|:----------
5.5.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
5.6.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x

And add the service provider in `config/app.php`:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"illuminate/support": "^5.5",
"jenssegers/mongodb": "3.3.* || 3.4.*",
"laravel/passport": "4.0.* || 5.0.* || 6.0.*"
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 223df33

Please sign in to comment.