diff --git a/composer.json b/composer.json index 0729af0..0ba125b 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,11 @@ { - "name": "hasanparasteh/jwt-experiments", - "description": "This is just a demo to learn how to create a secure jwt token", - "type": "project", + "name": "hasanparasteh/secure-jwt", + "description": "A wrapper to help you build secure jwt tokens", + "license": "MIT", + "type": "library", "autoload": { "psr-4": { - "Hasanparasteh\\JwtExperiments\\": "src/" + "hasanparasteh\\": "src/" } }, "authors": [ diff --git a/index.php b/index.php index 70aa891..239b383 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@