Skip to content

Commit b956504

Browse files
author
Steve Porter
committed
feat: add support for laravel 7
1 parent 39914e6 commit b956504

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 1.1.4 - 2018-08-13
6+
- add support for passport 7
7+
58
## 1.1.3 - 2018-04-24
69
- add support for passport 6
710

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ class User extends Authenticatable
3636

3737
### Laravel version Compatibility
3838

39-
Laravel | Package
40-
:---------|:----------
41-
5.5.x | 1.1.x
42-
5.6.x | 1.1.x
39+
Laravel | Passport | Package
40+
:---------|:---------------------------|:----------
41+
5.5.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
42+
5.6.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
4343

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"illuminate/support": "^5.5",
1717
"jenssegers/mongodb": "3.3.* || 3.4.*",
18-
"laravel/passport": "4.0.* || 5.0.* || 6.0.*"
18+
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.*"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)