From 0ca901aa27dc405a99aee7f3c7f22684a37e2422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 19 Jul 2016 15:55:00 +0200 Subject: [PATCH] Added composer.json file --- composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8569c0f --- /dev/null +++ b/composer.json @@ -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": [""] + } +}