diff --git a/composer.json b/composer.json index 077e6962..60a636ef 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "tymon/jwt-auth", + "name": "showapp/jwt-auth", "description": "JSON Web Token Authentication for Laravel and Lumen", "keywords": [ "auth", @@ -23,11 +23,7 @@ } ], "require": { - "php": "^7.4|^8.0", - "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", + "php": "^7.4|^8.0|^8.1|^8.2", "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0"