Skip to content

Commit

Permalink
Adds suport for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esron authored Oct 22, 2019
1 parent 2fbbbdf commit 5f5f529
Showing 1 changed file with 2 additions and 2 deletions.
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 5f5f529

Please sign in to comment.