JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:2.1.0"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^9.0|^10.0|^11.0 |
| illuminate/contracts | ^9.0|^10.0|^11.0 |
| illuminate/http | ^9.0|^10.0|^11.0 |
| illuminate/support | ^9.0|^10.0|^11.0 |
| lcobucci/jwt | ^4.0 |
| nesbot/carbon | ^2.0 |
| php | ^8.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/console | ^9.0|^10.0|^11.0 |
| illuminate/database | ^9.0|^10.0|^11.0 |
| illuminate/routing | ^9.0|^10.0|^11.0 |
| mockery/mockery | >=0.9.9 |
| phpunit/phpunit | ^9.4 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2024-03-02 14:26:05 |
| 类型 | library |