From 59080a831926d6291fbc7854ff8d25427c374263 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 10 Jan 2016 13:15:52 +0000 Subject: [PATCH] New dependencies --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb83055a..015f92fb 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,10 @@ "require": { "php": ">=5.5.9", "league/event": "~2.1", - "zendframework/zend-diactoros": "~1.1" + "zendframework/zend-diactoros": "~1.1", + "namshi/jose": "^6.0", + "defuse/php-encryption": "^1.2" + }, "require-dev": { "phpunit/phpunit": "4.8.*", @@ -48,6 +51,9 @@ "lncd/oauth2": "*", "league/oauth2server": "*" }, + "bin": [ + "bin/generate-crypto-key" + ], "autoload": { "psr-4": { "League\\OAuth2\\Server\\": "src/"