Skip to content

Commit

Permalink
Composer/1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Apr 29, 2016
1 parent d5182d2 commit b0b7281
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- Bundle `blackfire` CLI binary with ext-blackfire [David Zuelke]
- Build PHP with `php-cgi` executable [David Zuelke]
- Composer/1.0.3 [David Zuelke]

## v101 (2016-04-12)

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi
mkdir -p $build_dir/.heroku/php-min
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
curl --silent --location "${s3_url}php-min-7.0.6.tar.gz" | tar xz -C $build_dir/.heroku/php-min
curl --silent --location "${s3_url}composer-1.0.0.tar.gz" | tar xz -C $build_dir/.heroku/php
curl --silent --location "${s3_url}composer-1.0.3.tar.gz" | tar xz -C $build_dir/.heroku/php
# this alias is just for now while we install platform packages
composer() {
/app/.heroku/php-min/bin/php /app/.heroku/php/bin/composer "$@"
Expand Down
File renamed without changes.

0 comments on commit b0b7281

Please sign in to comment.