Skip to content

Commit

Permalink
Updating composer dependencies and suggestions.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lewis <[email protected]>
  • Loading branch information
jasonlewis committed Apr 7, 2014
1 parent 564763d commit e14db4a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "dingo/oauth2-server",
"description": "PHP OAuth 2.0 implementation.",
"license": "BSD 3-Clause",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jason Lewis",
"email": "[email protected]"
}
],
"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": {
Expand Down

0 comments on commit e14db4a

Please sign in to comment.