Skip to content

Commit 50f5789

Browse files
committed
Composer/2.8.3
GUS-W-16223626
1 parent 387c931 commit 50f5789

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
- Update internal PHP EOL info to align with 2024 updates laid out in https://wiki.php.net/rfc/release_cycle_update [David Zuelke]
1616
- Blackfire/2.28.19 [David Zuelke]
17+
- Composer/2.8.3 [David Zuelke]
1718

1819
## [v258] - 2024-10-31
1920

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
263263
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
264264
rm $build_dir/.heroku/php-min.tar.gz
265265

266-
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.2.tar.gz" || {
266+
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" || {
267267
mcount "failures.bootstrap.download.composer"
268268
error <<-EOF
269269
Failed to download Composer for bootstrapping!
File renamed without changes.

0 commit comments

Comments
 (0)