Merge pull request #12231 from oguzbilgic/patch-2

Use `heroku-redis:mini` instead of `hobby` as It is deprecated
This commit is contained in:
snipe 2022-12-08 11:22:14 -08:00 committed by GitHub
commit 9b3df40ed6
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"
]
}
}