Use heroku-redis:mini instead of hobby as It is deprecated

Heroku has renamed it's plan to `mini`.
This commit is contained in:
Oguz Bilgic 2022-12-08 11:20:33 -08:00 committed by GitHub
parent d7c5a6af71
commit 1c8ee0f706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@
"image": "heroku/php",
"addons": [
"cleardb:ignite",
"heroku-redis:hobby-dev",
"heroku-redis:mini",
"papertrail:choklad"
]
}