Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lcobucci/jwt package version #2265

Open
qomineko opened this issue Jun 14, 2024 · 1 comment
Open

Update lcobucci/jwt package version #2265

qomineko opened this issue Jun 14, 2024 · 1 comment

Comments

@qomineko
Copy link

lcobucci/jwt package mismatch

While install getting error:

 Problem 1
    - tymon/jwt-auth[2.1.0, ..., 2.1.1] require lcobucci/jwt ^4.0 -> found lcobucci/jwt[4.0.0, ..., 4.3.0] but the package is fixed to 5.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires tymon/jwt-auth ^2.1 -> satisfiable by tymon/jwt-auth[2.1.0, 2.1.1].

Your environment

Q A
Bug? yes
New Feature? no
Framework Laravel
Framework version 11.10
Package version 2.1
PHP version 8.3

Steps to reproduce

Make a fresh laravel project, try to install tymon/jwt-auth:^2.1

sail composer require tymon/jwt-auth:^2.1

Expected behaviour

Package installed.

Actual behaviour

Getting error.

 Problem 1
    - tymon/jwt-auth[2.1.0, ..., 2.1.1] require lcobucci/jwt ^4.0 -> found lcobucci/jwt[4.0.0, ..., 4.3.0] but the package is fixed to 5.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires tymon/jwt-auth ^2.1 -> satisfiable by tymon/jwt-auth[2.1.0, 2.1.1].
@kovalovme
Copy link

very needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants