Added composer.json file

This commit is contained in:
Kasper Rynning-Tønnesen 2016-07-19 15:55:00 +02:00
parent e278f51de9
commit 0ca901aa27
1 changed files with 18 additions and 0 deletions

18
composer.json Normal file
View File

@ -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": [""]
}
}