Hey any chance this package is going to get updated to work with Craft 4?
Currently fails as follows;
composer require flipboxfactory/craft-jwt
Using version ^1.1 for flipboxfactory/craft-jwt
./composer.json has been updated
Running composer update flipboxfactory/craft-jwt
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires flipboxfactory/craft-jwt ^1.1 -> satisfiable by flipboxfactory/craft-jwt[1.1.0].
- flipboxfactory/craft-jwt 1.1.0 requires craftcms/cms ^3.0 -> found craftcms/cms[3.0.0, ..., 3.7.54] but it conflicts with your root composer.json require (4.2.4).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require flipboxfactory/craft-jwt:*" to figure out if any version is installable, or "composer require flipboxfactory/craft-jwt:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Hey any chance this package is going to get updated to work with Craft 4?
Currently fails as follows;