Skip to content

Commit

Permalink
Merge pull request #29 from esron/patch-1
Browse files Browse the repository at this point in the history
Adds suport for Laravel 6.0
  • Loading branch information
alasdairmackenzie authored Oct 22, 2019
2 parents 2fbbbdf + 69f3723 commit 9b79275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class User extends Authenticatable
:---------|:---------------------------|:----------
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

6.x | 4.0.x, 5.0.x, 6.0.x, 7.x | 1.2.x

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

```php
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"illuminate/support": "^5.5",
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.*",
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.* || 7.4.*"
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.*",
"laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.* || 7.4.* || 7.5.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9b79275

Please sign in to comment.