123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "thans/tp-jwt-auth",
- "description": "thinkphp jwt auth composer",
- "type": "library",
- "require": {
- "php": "^7.0 || ^8.0",
- "qeq66/jwt": "3.3.*",
- "topthink/framework": "^5.1.10 || ^6.0.0"
- },
- "license": "MIT",
- "authors": [
- {
- "name": "Thans",
- "email": "360641274@qq.com"
- }
- ],
- "autoload": {
- "psr-4": {
- "thans\\jwt\\": "src"
- },
- "files": [
- "src/helper.php"
- ]
- },
- "extra": {
- "think": {
- "services": [
- "thans\\jwt\\Service"
- ],
- "config": {
- "jwt": "config/config.php"
- }
- }
- },
- "minimum-stability": "dev"
- }
|