Skip to content

Commit

Permalink
use COMPOSER_HOME, not just COMPOSER_CACHE_DIR, in preparation for fu…
Browse files Browse the repository at this point in the history
…ture changes
  • Loading branch information
dzuelke committed Apr 28, 2014
1 parent b90d94d commit 97156d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ fi

mkdir -p .heroku/php

export COMPOSER_CACHE_DIR=$CACHE_DIR/php/composer
mkdir -p $COMPOSER_CACHE_DIR
export COMPOSER_HOME=$CACHE_DIR/php/.composer
mkdir -p $COMPOSER_HOME

PHP_VERSIONS="5.5.11"
if [[ -f "composer.json" ]]; then
Expand Down

0 comments on commit 97156d2

Please sign in to comment.