dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
124 stars 53 forks source link

Allow using league/oauth2-client v2 #6

Closed mortenscheel closed 4 years ago

mortenscheel commented 4 years ago

Hi, thanks for this package!

I'm using it in a project that already requires league/oauth-client=^2, which conflicts with the ^1.4 requirement.

I haven't noticed any issues with using the newer version, but I also haven't used all the features of this package yet, so... might be worth testing more thoroughly.

dcblogdev commented 4 years ago

thanks, this won't cause any issues since it's just for the handshake so either version should work.