Skip to content

Commit

Permalink
Composer/1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jul 8, 2016
1 parent 2767ccd commit afca476
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 @@
- PHP/5.6.23 [David Zuelke]
- PHP/7.0.8 [David Zuelke]

### CHG

- Composer/1.1.3 [David Zuelke]

### FIX

- Revert to ext-redis/2.2.7 due to reported segfaults/memleaks [David Zuelke]
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.8.tar.gz" | tar xz -C $build_dir/.heroku/php-min
curl --silent --location "${s3_url}composer-1.1.2.tar.gz" | tar xz -C $build_dir/.heroku/php
curl --silent --location "${s3_url}composer-1.1.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 afca476

Please sign in to comment.