From 2c106f607ca689816126b7eccd6358aa0b31d048 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 17 Jan 2017 12:46:47 -0500 Subject: [PATCH] Update cache dependency --- app/config/cache.toml.example | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/cache.toml.example b/app/config/cache.toml.example index 8822d336..50e19777 100644 --- a/app/config/cache.toml.example +++ b/app/config/cache.toml.example @@ -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" diff --git a/composer.json b/composer.json index 789f6eb1..e35efd48 100644 --- a/composer.json +++ b/composer.json @@ -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.*",