diff --git a/composer.json b/composer.json index 0e2bf31..2958a0f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dingo/oauth2-server", "description": "PHP OAuth 2.0 implementation.", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "authors": [ { "name": "Jason Lewis", @@ -9,11 +9,15 @@ } ], "require": { - "symfony/http-foundation": "2.4.*", - "predis/predis": "0.8.*" + "symfony/http-foundation": "2.4.*" }, "require-dev": { - "mockery/mockery": "0.9.*" + "phpunit/phpunit": "4.0.*", + "mockery/mockery": "0.9.*", + "predis/predis": "0.8.*" + }, + "suggest": { + "predis/predis": "Predis is required to use the Redis storage adapter." }, "autoload": { "psr-0": {