{ "name": "dipper/jwt-auth", "description": "jwt-auth", "type": "library", "license": "MIT", "authors": [ { "name": "HollyTeng", "email": "n.haoyuan@gmail.com" } ], "minimum-stability": "dev", "require": { "tymon/jwt-auth": "^1.0@dev", "illuminate/contracts": "5.5.*", "illuminate/support": "5.5.*" }, "autoload": { "psr-4": { "Dipper\\JWTAuth\\": "/" } } }