Skip to content

Commit

Permalink
add redis support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius73 committed Nov 29, 2016
1 parent 6b231e6 commit ee0d63b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
3 changes: 2 additions & 1 deletion webservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"php": ">=5.6.4",
"laravel/framework": "5.3.*",
"barryvdh/laravel-cors": "^0.8.2",
"tymon/jwt-auth": "0.5.*"
"tymon/jwt-auth": "0.5.*",
"predis/predis": "^1.1"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
54 changes: 52 additions & 2 deletions webservice/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee0d63b

Please sign in to comment.