symfony/mercure-bundle

Add support for lcobucci/jwt v5

Closed this issue · 3 comments

This bundle currently requires lcobucci/jwt ^3.4|^4.0 and is therefor the only dependency that is currently blocking me to upgrade to the latest JWT lcobucci/jwt release.

Note that the v5 release might need some work here as the release removes deprecated components, makes PHP 8.1 the minimum required version and ships some API improvements.

lcobucci/jwt 5 is already supported in the main branch. We'll tag a release soon. #72

Done!

Sorry about that, should have checked the master branch first! Thanks for the tag 😃