From 3570b18fc89b5b55f5b677ad8bb266d7c9543407 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Thu, 19 Dec 2024 18:31:47 +0100 Subject: [PATCH] Composer/2.8.4 GUS-W-16223633 --- CHANGELOG.md | 1 + bin/compile | 2 +- support/build/{composer-2.8.3 => composer-2.8.4} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename support/build/{composer-2.8.3 => composer-2.8.4} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766ab37ea..ced7050f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ### CHG - Blackfire/2.28.21 [David Zuelke] +- Composer/2.8.4 [David Zuelke] ## [v260] - 2024-12-19 diff --git a/bin/compile b/bin/compile index ec348a7c6..3169fbf5c 100755 --- a/bin/compile +++ b/bin/compile @@ -263,7 +263,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min rm $build_dir/.heroku/php-min.tar.gz -curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.3.tar.gz" || { +curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.4.tar.gz" || { mcount "failures.bootstrap.download.composer" error <<-EOF Failed to download Composer for bootstrapping! diff --git a/support/build/composer-2.8.3 b/support/build/composer-2.8.4 similarity index 100% rename from support/build/composer-2.8.3 rename to support/build/composer-2.8.4