Added composer.json file
This commit is contained in:
parent
e278f51de9
commit
0ca901aa27
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "kasperrt/oauth2-client",
|
||||
"description": "OAuth2 Client with Bearer tokens",
|
||||
"license": "MIT",
|
||||
"keywords": ["authentication"],
|
||||
"type": "simplesamlphp-module",
|
||||
"homepage": "https://github.com/kasperrt/oauth2-client",
|
||||
"minimum-stability": "dev",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kasper Rynning-Tønnesen",
|
||||
"homepage": "https://kasperrt.no"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": [""]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue