laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.
https://laravel.com/docs/passport
MIT License
3.29k stars 780 forks source link

[11.x] Allow `lcobucci/jwt` v5 and cleaned up version constraints #1649

Closed GrahamCampbell closed 1 year ago

GrahamCampbell commented 1 year ago
GrahamCampbell commented 1 year ago

Looking upstream at https://github.com/thephpleague/oauth2-server, things seem to be in a bit of a mess. They say they support PHP 7.2, but actually the dependencies are not installable on that version, the tests are failing across the board, and PHP 8.1 and 8.2 are untested. I wonder if they need a little help.


UPDATE: I reached out to the current maintainer, offering help, and they said that they were already on the case. I guess we sit tight for a bit.

Sephster commented 1 year ago

Should be releasing a new version in the next day or so to fix PHP version issues. Apologies for the delay

Sephster commented 1 year ago

That's version 8.5.0 tagged

GrahamCampbell commented 1 year ago

@Sephster Any chance of a 8.5.1 tag please?

Sephster commented 1 year ago

Will tag in the next 30 mins

Sephster commented 1 year ago

Tagged @GrahamCampbell

GrahamCampbell commented 1 year ago

@driesvints ready for review now. 🎉

taylorotwell commented 1 year ago

Thanks all.