File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- Update internal PHP EOL info to align with 2024 updates laid out in https://wiki.php.net/rfc/release_cycle_update [ David Zuelke]
16
16
- Blackfire/2.28.19 [ David Zuelke]
17
+ - Composer/2.8.3 [ David Zuelke]
17
18
18
19
## [ v258] - 2024-10-31
19
20
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
263
263
tar xzf $build_dir /.heroku/php-min.tar.gz -C $build_dir /.heroku/php-min
264
264
rm $build_dir /.heroku/php-min.tar.gz
265
265
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" || {
267
267
mcount " failures.bootstrap.download.composer"
268
268
error << -EOF
269
269
Failed to download Composer for bootstrapping!
File renamed without changes.
You can’t perform that action at this time.
0 commit comments