tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.24k stars 1.55k forks source link

Package can't install on `lumen 9.x` and `php 8.1.5` #2181

Open karimpazoki opened 2 years ago

karimpazoki commented 2 years ago

Package can't install on lumen 9.x and php 8.1.5

- illuminate/support[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.1.5) does not satisfy that requirement.
    - Root composer.json requires laravel/lumen-framework ^9.0 -> satisfiable by laravel/lumen-framework[v9.0.0, v9.0.1, v9.0.2, 9.x-dev].
    - tymon/jwt-auth 0.5.12 requires illuminate/support ~5.0 -> satisfiable by illuminate/support[v5.0.0, ..., 5.8.x-dev].
mfn commented 2 years ago
rodrigopa commented 2 years ago

composer require tymon/jwt-auth:dev-develop

ibrahimsayar commented 1 year ago

composer require tymon/jwt-auth:dev-develop

i was try, and it work. Thanks @rodrigopa

ollosh commented 1 year ago

Any ideas when php 8 version will be part of a release? Targeting develop branch is suboptimal :/