JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:dev-develop"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ^5.2|^6|^7|^8|^9 |
| illuminate/contracts | ^5.2|^6|^7|^8|^9 |
| illuminate/http | ^5.2|^6|^7|^8|^9 |
| illuminate/support | ^5.2|^6|^7|^8|^9 |
| lcobucci/jwt | ^3.4|^4.0 |
| namshi/jose | ^7.0 |
| nesbot/carbon | ^1.0|^2.0 |
| php | ^7.4|^8.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/console | ^5.2|^6|^7|^8|^9 |
| illuminate/database | ^5.2|^6|^7|^8|^9 |
| illuminate/routing | ^5.2|^6|^7|^8|^9 |
| mockery/mockery | >=0.9.9 |
| phpunit/phpunit | ^8.5|^9.4 |
| yoast/phpunit-polyfills | ^0.2.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2022-04-27 08:53:50 |
| 类型 | library |