Skip to content

Commit 9b79275

Browse files
Merge pull request designmynight#29 from esron/patch-1
Adds suport for Laravel 6.0
2 parents 2fbbbdf + 69f3723 commit 9b79275

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class User extends Authenticatable
4040
:---------|:---------------------------|:----------
4141
5.5.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
4242
5.6.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
43-
43+
6.x | 4.0.x, 5.0.x, 6.0.x, 7.x | 1.2.x
44+
4445
And add the service provider in `config/app.php`:
4546

4647
```php

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"illuminate/support": "^5.5",
17-
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.*",
18-
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.* || 7.4.*"
17+
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.*",
18+
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.* || 7.4.* || 7.5.*"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)