Merge pull request #12231 from oguzbilgic/patch-2
Use `heroku-redis:mini` instead of `hobby` as It is deprecated
This commit is contained in:
commit
9b3df40ed6
1 changed files with 2 additions and 2 deletions
4
app.json
4
app.json
|
@ -148,7 +148,7 @@
|
||||||
"image": "heroku/php",
|
"image": "heroku/php",
|
||||||
"addons": [
|
"addons": [
|
||||||
"cleardb:ignite",
|
"cleardb:ignite",
|
||||||
"heroku-redis:hobby-dev",
|
"heroku-redis:mini",
|
||||||
"papertrail:choklad"
|
"papertrail:choklad"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue