Update cache dependency
This commit is contained in:
parent
95f768aed3
commit
2c106f607c
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# See https://git.timshomepage.net/timw4mail/banker for more information
|
# 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
|
# Null cache driver means no caching
|
||||||
driver = "redis"
|
driver = "redis"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "timw4mail/hummingbird-anime-client",
|
"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",
|
"license":"MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"aura/html": "2.*",
|
"aura/html": "2.*",
|
||||||
"aura/router": "3.*",
|
"aura/router": "3.*",
|
||||||
"aura/session": "2.*",
|
"aura/session": "2.*",
|
||||||
"aviat/banker": "dev-master",
|
"aviat/banker": "^1.0.0",
|
||||||
"aviat/ion": "1.0.*",
|
"aviat/ion": "1.0.*",
|
||||||
"filp/whoops": "2.0.*",
|
"filp/whoops": "2.0.*",
|
||||||
"guzzlehttp/guzzle": "6.*",
|
"guzzlehttp/guzzle": "6.*",
|
||||||
|
Loading…
Reference in New Issue
Block a user