I have laravel 5.3 version installed ad now I am going to implement OAuth2.0 using laravel passport. But When installing laravel/passport=~1.0 , this gives me error for Authy and guzzle about version conflict. I am using authy 2.0 and authy requires guzzle 5., if I use passport then passport requires guzzle 6.. Please resolve issue. Thanks.
Asked
Active
Viewed 60 times
1

Martijn Pieters
- 1,048,767
- 296
- 4,058
- 3,343

Lokendra Parihar
- 121
- 2
- 13
-
That's a conflict in dependencies between the two. I will raise this with the Authy team, but you might want to try to [fork authy-php](https://github.com/authy/authy-php), which is open source, and update guzzle yourself. – philnash Sep 28 '17 at 17:20