kelvinmo / simplejwt

A simple JSON web token library written in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New tag please

SaeedDev94 opened this issue · comments

Can't update to Laravel 11 because it requires symfony 7

Please provide the output of composer why-not with Laravel 11 so that we can see why it is blocked.

I closed the console but I fixed the issue by using master branch as a temp solution

{
  "kelvinmo/simplejwt": "dev-master#c137a3a52ae009906c9409a49fffd28c6758d77c"
}

10b576c will need to be backported to the 0.8 branch to add ^7.0 to the dependency on symfony/console.

Fixed with v0.8.2