php-simple-jwt/composer.json

17 lines
405 B
JSON

{
"name": "noccylabs/simple-jwt",
"description": "Simple library for generating and verifying JWT tokens",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\SimpleJwt\\": "src/"
}
}
}