Skip to content

Commit bd141fe

Browse files
added support for Laravel 6
1 parent 21be3b0 commit bd141fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/daveismyname/laravel-microsoft-graph",
1313
"keywords": ["Laravel", "MsGraph", "Graph", "Microsoft Graph", "Office365"],
1414
"require": {
15-
"illuminate/support": "~5",
15+
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x",
1616
"league/oauth2-client": "^1.4",
1717
"guzzlehttp/guzzle": "^6"
1818
},

0 commit comments

Comments
 (0)