From 6b5f9022204152de7722316a3436bea2a72fa112 Mon Sep 17 00:00:00 2001 From: Rijnhard Hessel Date: Tue, 22 Aug 2017 10:23:31 +0200 Subject: [PATCH] Update composer to 1.5.1 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index a8a6af2f..3aeb998d 100755 --- a/bin/compile +++ b/bin/compile @@ -293,7 +293,7 @@ if [[ -f "composer.phar" ]]; then composer --version 2>&1 | grep "^Composer version" > /dev/null || error "File '/composer.phar' is not a Composer executable!" notice_inline "Using '/composer.phar' to install dependencies." else - buildcurl "$S3_URL/composer-1.2.0.tar.gz" | tar xz -C $BUILD_DIR/.heroku/php + buildcurl "$S3_URL/composer-1.5.1.tar.gz" | tar xz -C $BUILD_DIR/.heroku/php composer() { $engine `which composer` "$@" }