nettsiden/composer.json

17 lines
361 B
JSON

{
"name": "kasperrt/oauth2-client",
"description": "OAuth2 Client with Bearer tokens",
"license": "MIT",
"keywords": ["authentication"],
"homepage": "https://github.com/kasperrt/oauth2-client",
"authors": [
{
"name": "Kasper Rynning-Tønnesen",
"homepage": "https://kasperrt.no"
}
],
"autoload": {
"classmap": [""]
}
}