thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.53k stars 1.11k forks source link

Change oauth2-server version #1157

Closed elironkryeziu closed 3 years ago

elironkryeziu commented 3 years ago

I want to change the version of league/oauth2-server package from 8.1.1 to 8.1.0. The problem is that laravel/passport package requires it and I don't have it in my composer.json file.

How can I change the version?

dcyou commented 3 years ago

composer require lcobucci/jwt:3.3.3 && composer update https://github.com/lcobucci/jwt/issues/550#issuecomment-733557709 https://github.com/thephpleague/oauth2-server/pull/1146

FatlumGjinofci commented 3 years ago

@dcyou you saved us from HELL ;)