Skip to content

Commit

Permalink
Composer/1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Feb 10, 2020
1 parent 2e7ed62 commit 73e8404
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- ext-psr/0.7.0 [David Zuelke]
- ext-phalcon/4.0.3 [David Zuelke]

### CHG

- Composer/1.9.3 [David Zuelke]

## v170 (2020-02-10)

### ADD
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ curl_retry_on_18 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz
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 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-1.9.2.tar.gz" || {
curl_retry_on_18 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-1.9.3.tar.gz" || {
mcount "failures.bootstrap.download.composer"
error <<-EOF
Failed to download Composer for bootstrapping!
Expand Down
File renamed without changes.

0 comments on commit 73e8404

Please sign in to comment.