laravel-azure-ad-oauth
laravel-azure-ad-oauth copied to clipboard
Not working on latest Laravel
trafficstars
Using "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.12", would it be possible to fix dependencies?
Thank you
$ composer require metrogistics/laravel-azure-ad-oauth -W
Using version ^1.2 for metrogistics/laravel-azure-ad-oauth
./composer.json has been updated
Running composer update metrogistics/laravel-azure-ad-oauth --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires metrogistics/laravel-azure-ad-oauth ^1.2 -> satisfiable by metrogistics/laravel-azure-ad-oauth[v1.2.0].
- metrogistics/laravel-azure-ad-oauth v1.2.0 requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
Incredibly grateful for the hard work that @pstephan1187 put into developing this one!
I've taken a fork, with updated dependencies that works with Laravel 8.
https://github.com/hakkahio/laravel-azure-ad-oauth-laravel-8