Please assist, composer could not install tymon/jwt-auth:0.5.*
I had type :
composer require tymon/jwt-auth:0.5.*
i also tried to add the ff in projects composer.json:
require {
....
"tymon/jwt-auth": "dev-master",
....
}
and "tymon/jwt-auth": "0.5.*" respectively
Plase note : I am new to laravel ...
In the case of laravel 9.11:
Typing this command:
composer require tymon/jwt-auth
OutPut an Error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires tymon/jwt-auth ^0.5.12 -> satisfiable by tymon/jwt-auth[0.5.12].
- tymon/jwt-auth 0.5.12 requires illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.