Initial commit
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user