Skip to content

Commit fef3f1a

Browse files
fix(builder): Reverted to default php buildpack
The pervious compatibility fixes made the heroku php build pack work out-of-the-box again
1 parent edca91b commit fef3f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/slugbuilder/builder/install-buildpacks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git
2424
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git 1ef927d
2525
download_buildpack https://github.com/heroku/heroku-buildpack-play.git 420fb6a
2626
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v52
27-
download_buildpack https://github.com/deis/heroku-buildpack-php.git 14ee155
27+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v43
2828
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v7
2929
download_buildpack https://github.com/kr/heroku-buildpack-go.git b261aab
3030
download_buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git 76efa5c

0 commit comments

Comments
 (0)