dcblogdev / laravel-microsoft-graph

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

Laravel 8 #12

Closed stromgren closed 3 years ago

stromgren commented 3 years ago

This PR updates dependencies to be compatible with Laravel 8.x.

The big change is the update from Guzzle 6 yo 7. I've had a look through the upgrade guide and it all looks OK. https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#60-to-70

stromgren commented 3 years ago

@dcblogdev Anything I can do to get this merged quicker?

dcblogdev commented 3 years ago

Thanks for this.

cbaconnier commented 3 years ago

This breaks for Laravel 7. I believe it should be "guzzlehttp/guzzle": "^6.0 || ^7.0", or a new tag release.

dcblogdev commented 3 years ago

I've pushed up a release.