From 32e7ae5f0fcc3206163d87abf17f815bb2b3be02 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 15 Oct 2014 07:08:39 -0400 Subject: [PATCH] Switched oauth lib Wasn't pleased to find that the new lib used the username as the primary key across a bunch of tables. Not ideal IMO. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd82443..51764cd 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=5.4", - "bshaffer/oauth2-server-php": "v1.5" + "thephpleague/oauth2-server": "4.0.*" }, "autoload": { "psr-4": {