-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Hello
today we were updating our application ( which is actually using mixerapi for api and JWT authentication ) and composer reported a security problem regarding firebase/jwt
We checked out packagist and it seems the only version where the problem has been addressed and resolved is 7.0, but this collides with constraints of your plugin, which cannot allow it.
Problem 1
- Root composer.json requires mixerapi/jwt-auth 2.* -> satisfiable by mixerapi/jwt-auth[v2.0.0, ..., v2.0.6].
- mixerapi/jwt-auth[v2.0.0, ..., v2.0.6] require firebase/php-jwt ^6.2 -> found firebase/php-jwt[v6.2.0, ..., v6.11.1] but it conflicts with your root composer.json require (7.0.0).
We are currently using your stack with the following:
"mixerapi/bake": "2.*",
"mixerapi/crud": "2.*",
"mixerapi/jwt-auth": "2.*",
"mixerapi/mixerapi": "2.*",
Is there something we can do? We are actually using your plugin ( with satisfaction I can say ) in multiple production environments.
Thanks in advance
Rudy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels