We don't need gettext on Heroku anymore
This commit is contained in:
parent
cc55fabe14
commit
fe4df10cd2
1 changed files with 0 additions and 6 deletions
6
app.json
6
app.json
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue