Package cannot be installed via composer on latest Laravel version
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework | Laravel
| Framework version | 6.0.4
| Package version | latest
| PHP version | 7.3.9
Install lastest version of laravel and then try to install this package
Package should be installed
But it doesn't, It shows next errors:
- don't install illuminate/http v5.8.9|don't install laravel/framework v6.0.1
- Installation request for laravel/framework v6.0.1 -> satisfiable by laravel/framework[v6.0.1].
Attach latest version tag when installing via composer.
composer require tymon/jwt-auth ^1.0.0
Could not find package tymon/jwt-auth in a version matching 1.0.0
I experience the same issue, this package is not properly documented at all; the provided solution does not work. I'd rather write my own JWT logic.
This tag will allow the module to run for Laravel 6
composer require tymon/jwt-auth ^1.0.0-rc.5
the composer install result is ,Could not find a matching version of package tymon/jwt-auth.my laravel version is 5.5.Tried some attempt such as composer require tymon/jwt-auth ^1.0.0 and composer require tymon/jwt-auth 1.*@rc,but none is work.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Most helpful comment
Attach latest version tag when installing via composer.
composer require tymon/jwt-auth ^1.0.0