Skip to content

Commit

Permalink
added support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
daveismynamecom authored Jan 10, 2020
1 parent 21be3b0 commit bd141fe
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 @@ -12,7 +12,7 @@
"homepage": "https://github.com/daveismyname/laravel-microsoft-graph",
"keywords": ["Laravel", "MsGraph", "Graph", "Microsoft Graph", "Office365"],
"require": {
"illuminate/support": "~5",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x",
"league/oauth2-client": "^1.4",
"guzzlehttp/guzzle": "^6"
},
Expand Down

0 comments on commit bd141fe

Please sign in to comment.