5 Commits
v1.0 ... 1.1

Author SHA1 Message Date
Kasper Rynning-Tønnesen
5865b0799e stability 2016-07-19 16:09:21 +02:00
Kasper Rynning-Tønnesen
3393af9ff5 Removed type 2016-07-19 16:01:36 +02:00
Kasper Rynning-Tønnesen
0b1683a69d Added namespace 2016-07-19 15:58:46 +02:00
Kasper Rynning-Tønnesen
5049bf4c07 reverting.. 2016-07-19 15:56:51 +02:00
Kasper Rynning-Tønnesen
047b843d82 Updated composer.json 2016-07-19 15:56:21 +02:00
2 changed files with 2 additions and 2 deletions

@@ -1,5 +1,7 @@
<?php
namespace Kasperrt;
class OAuth2 {
private $client_id;

@@ -3,9 +3,7 @@
"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",