Fixed locales lang error on Heroku build platform

Starting from heroku 16 stack the language packs are not included by default: https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-locale

Signed-off-by: Luca Bognolo <git@bogny.eu>
This commit is contained in:
Luca Bognolo
2018-10-09 17:38:23 +02:00
parent 7f9b5e1e5e
commit 429bec66f2
2 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
"buildpacks": [
{
"url": "heroku/php"
},
{
"url": "https://github.com/heroku/heroku-buildpack-locale"
}
],
"env": {