Closed Jimbolino closed 5 years ago
@ramsey +1
@ramsey +1
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
.
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.
Ran into this issue over the weekend and this solution worked like charm. Thanks @nkkromhof
Ran into this issue as well. @ramsey any chance of releasing 2.3.1 anytime soon?
Thanks for the nudge on Twitter, @sbol-coolblue. I created a reminder for me to do the release this weekend. Apologies, everyone!
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!
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 🥇
I see this is fixed in master already.
When will 2.3.1 be released?