JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:2.2.1"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^9.0|^10.0|^11.0|^12.0 |
| illuminate/contracts | ^9.0|^10.0|^11.0|^12.0 |
| illuminate/http | ^9.0|^10.0|^11.0|^12.0 |
| illuminate/support | ^9.0|^10.0|^11.0|^12.0 |
| lcobucci/jwt | ^4.0 |
| nesbot/carbon | ^2.69|^3.0 |
| php | ^8.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/console | ^9.0|^10.0|^11.0|^12.0 |
| illuminate/database | ^9.0|^10.0|^11.0|^12.0 |
| illuminate/routing | ^9.0|^10.0|^11.0|^12.0 |
| mockery/mockery | ^1.6 |
| phpunit/phpunit | ^9.4 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2025-04-16 22:22:54 |
| 类型 | library |