From 3fcba9339dd6f302ffe996a421492037682ada6f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 12 Jan 2016 22:58:45 +0000 Subject: [PATCH] Updated composer.json --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 015f92fb..ba45b8a6 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,7 @@ "league/event": "~2.1", "zendframework/zend-diactoros": "~1.1", "namshi/jose": "^6.0", - "defuse/php-encryption": "^1.2" - + "lcobucci/jwt": "^3.1" }, "require-dev": { "phpunit/phpunit": "4.8.*", @@ -51,9 +50,6 @@ "lncd/oauth2": "*", "league/oauth2server": "*" }, - "bin": [ - "bin/generate-crypto-key" - ], "autoload": { "psr-4": { "League\\OAuth2\\Server\\": "src/"