We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564763d commit e14db4aCopy full SHA for e14db4a
composer.json
@@ -1,19 +1,23 @@
1
{
2
"name": "dingo/oauth2-server",
3
"description": "PHP OAuth 2.0 implementation.",
4
- "license": "BSD 3-Clause",
+ "license": "BSD-3-Clause",
5
"authors": [
6
7
"name": "Jason Lewis",
8
"email": "jason.lewis1991@gmail.com"
9
}
10
],
11
"require": {
12
- "symfony/http-foundation": "2.4.*",
13
- "predis/predis": "0.8.*"
+ "symfony/http-foundation": "2.4.*"
14
},
15
"require-dev": {
16
- "mockery/mockery": "0.9.*"
+ "phpunit/phpunit": "4.0.*",
+ "mockery/mockery": "0.9.*",
17
+ "predis/predis": "0.8.*"
18
+ },
19
+ "suggest": {
20
+ "predis/predis": "Predis is required to use the Redis storage adapter."
21
22
"autoload": {
23
"psr-0": {
0 commit comments