alancting / php-microsoft-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

version not compatible with symfony/cache 6? #16

Open clemsg opened 1 year ago

clemsg commented 1 year ago

Hello,

This version seem to be not updated since 2021. So i suppose we can't upgrade symfony to version 6 with this library ? Because i can see in composer.json from php-microsoft-jwt this following code:

"require": {
    "php": ">=7.1.3",
    "symfony/cache": "^4.4 || ^5.0"
  }
boserup commented 4 days ago

@clemsg Did you find another package to solve this or did you fork it?