thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.65k stars 751 forks source link

league/oauth2-client 2.3.0 requires paragonie/random_compat ^1|^2 #730

Closed Jimbolino closed 5 years ago

Jimbolino commented 6 years ago

I see this is fixed in master already.

When will 2.3.1 be released?

MaksimKiselev commented 6 years ago

@ramsey +1

nkkromhof commented 6 years ago

@ramsey +1

nkkromhof commented 6 years ago

If anyone else comes up against this problem, I worked around it by using composer why paragonie/random_compat which indicated that in my case (Laravel): ramsey/uuid 3.8.0 requires paragonie/random_compat (^1.0|^2.0|9.99.99)

So I solved the problem with composer require paragonie/random_compat "^1.0|^2.0" which satisfies ramsey/uuid requirements and results in a downgrade of paragonie/random_compat to 2.0.17.

After that I could successfully install league/oauth2-client.

ramsey commented 6 years ago

It’s funny that my other library is part of the problem for you. 😂

I apologize for the delay. I’ll try to get a release out for this today.

paultofunmi commented 6 years ago

Ran into this issue over the weekend and this solution worked like charm. Thanks @nkkromhof

sander-bol commented 5 years ago

Ran into this issue as well. @ramsey any chance of releasing 2.3.1 anytime soon?

ramsey commented 5 years ago

Thanks for the nudge on Twitter, @sbol-coolblue. I created a reminder for me to do the release this weekend. Apologies, everyone!

ramsey commented 5 years ago

I've just released version 2.3.1, which includes the update that allows paragonie/random_compat 9.99.99. Please try out the release and let me know if it resolves this. Thanks!

mxdpeep commented 5 years ago

I've just released version 2.3.1, which includes the update that allows paragonie/random_compat 9.99.99. Please try out the release and let me know if it resolves this. Thanks!

you may probably close this issue 🥇