Skip to content

Commit bdb756f

Browse files
authored
Merge pull request #6 from mortenscheel/allow-oauth2-client-v2
Allow using league/oauth2-client v2
2 parents bd141fe + 420f4ee commit bdb756f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
}
1111
],
1212
"homepage": "https://github.com/daveismyname/laravel-microsoft-graph",
13-
"keywords": ["Laravel", "MsGraph", "Graph", "Microsoft Graph", "Office365"],
13+
"keywords": [
14+
"Laravel",
15+
"MsGraph",
16+
"Graph",
17+
"Microsoft Graph",
18+
"Office365"
19+
],
1420
"require": {
1521
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x",
16-
"league/oauth2-client": "^1.4",
22+
"league/oauth2-client": "^1.4|^2",
1723
"guzzlehttp/guzzle": "^6"
1824
},
1925
"autoload": {
@@ -32,4 +38,4 @@
3238
}
3339
}
3440
}
35-
}
41+
}

0 commit comments

Comments
 (0)