Skip to content

Commit e14db4a

Browse files
committed
Updating composer dependencies and suggestions.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent 564763d commit e14db4a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
{
22
"name": "dingo/oauth2-server",
33
"description": "PHP OAuth 2.0 implementation.",
4-
"license": "BSD 3-Clause",
4+
"license": "BSD-3-Clause",
55
"authors": [
66
{
77
"name": "Jason Lewis",
88
"email": "jason.lewis1991@gmail.com"
99
}
1010
],
1111
"require": {
12-
"symfony/http-foundation": "2.4.*",
13-
"predis/predis": "0.8.*"
12+
"symfony/http-foundation": "2.4.*"
1413
},
1514
"require-dev": {
16-
"mockery/mockery": "0.9.*"
15+
"phpunit/phpunit": "4.0.*",
16+
"mockery/mockery": "0.9.*",
17+
"predis/predis": "0.8.*"
18+
},
19+
"suggest": {
20+
"predis/predis": "Predis is required to use the Redis storage adapter."
1721
},
1822
"autoload": {
1923
"psr-0": {

0 commit comments

Comments
 (0)