Skip to content

Commit

Permalink
Merge pull request #7 from plunkettscott/master
Browse files Browse the repository at this point in the history
Allow support for Laravel Passport 7.
  • Loading branch information
Robert Kummer authored Sep 7, 2018
2 parents 44047d1 + c21bad8 commit d2c2694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.0",
"guzzlehttp/guzzle": "~6.0",
"ipunkt/laravel-package-manager": "^1.0",
"laravel/passport": "~1.0|~2.0|~3.0|~4.0|~5.0|~6.0"
"laravel/passport": "~1.0|~2.0|~3.0|~4.0|~5.0|~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2c2694

Please sign in to comment.