JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:2.x-dev"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| illuminate/contracts | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| illuminate/http | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| illuminate/support | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| lcobucci/jwt | ^4.0|^5.0 |
| nesbot/carbon | ^2.69|^3.0 |
| php | ^8.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/console | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| illuminate/database | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| illuminate/routing | ^9.0|^10.0|^11.0|^12.0|^13.0 |
| mockery/mockery | ^1.6 |
| phpunit/phpunit | ^9.4 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2026-03-06 09:50:45 |
| 类型 | library |