We don't need gettext on Heroku anymore

This commit is contained in:
Pierre Rudloff 2019-11-29 22:59:51 +01:00
parent cc55fabe14
commit fe4df10cd2

View file

@ -11,12 +11,6 @@
"php" "php"
], ],
"buildpacks": [ "buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-locale"
},
{
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
},
{ {
"url": "heroku/php" "url": "heroku/php"
}, },