Someone can help me to fix this conflict
Your requirements could not be resolved to an installable set of packages.
Problem 1
– tymon/jwt-auth is locked to version 1.0.2 and an update of this package was not requested.
– tymon/jwt-auth 1.0.2 requires php ^5.5.9|^7.0 -> your php version (8.0.1) does not satisfy that requirement.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
3
Answers
If using Larvel
Version 8
usecomposer require -w tymon/jwt-auth --ignore-platform-reqs
.Just run
composer update
Or
composer require tymon/jwt-auth
it’s work for me