Update cache dependency

This commit is contained in:
Timothy Warren 2017-01-17 12:46:47 -05:00
parent 95f768aed3
commit 2c106f607c
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# See https://git.timshomepage.net/timw4mail/banker for more information
# Available drivers are memcache, memcached, redis or null
# Available drivers are apcu, memcache, memcached, redis or null
# Null cache driver means no caching
driver = "redis"

View File

@ -1,6 +1,6 @@
{
"name": "timw4mail/hummingbird-anime-client",
"description": "A self-hosted anime/manga client for hummingbird.",
"description": "A self-hosted anime/manga client for Kitsu.",
"license":"MIT",
"autoload": {
"psr-4": {
@ -17,7 +17,7 @@
"aura/html": "2.*",
"aura/router": "3.*",
"aura/session": "2.*",
"aviat/banker": "dev-master",
"aviat/banker": "^1.0.0",
"aviat/ion": "1.0.*",
"filp/whoops": "2.0.*",
"guzzlehttp/guzzle": "6.*",