Skip to content

Commit

Permalink
Composer/1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Nov 10, 2016
1 parent 4b7af5a commit 712c0c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# heroku-buildpack-php CHANGELOG

## v114 (2016-10-??)
## v114 (2016-11-??)

### ADD

- ext-apcu/5.1.7 [David Zuelke]
- ext-mongodb/1.1.9 [David Zuelke]

### CHG

- Composer/1.2.2 [David Zuelke]

## v113 (2016-10-19)

### ADD
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Please try again, or contact support if this problem persists."
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 --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-1.2.1.tar.gz" || error "Failed to download Composer. Please try again, or contact support if this problem persists."
curl_retry_on_18 --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-1.2.2.tar.gz" || error "Failed to download Composer. Please try again, or contact support if this problem persists."
tar xzf $build_dir/.heroku/composer.tar.gz -C $build_dir/.heroku/php
rm $build_dir/.heroku/composer.tar.gz

Expand Down
File renamed without changes.

0 comments on commit 712c0c1

Please sign in to comment.