Skip to content

Commit

Permalink
Merge pull request #51 from max-voloshin/composer_prefer_dist
Browse files Browse the repository at this point in the history
 Composer install with "--prefer-dist" option
  • Loading branch information
tamagokun committed Feb 4, 2014
2 parents 8c10cd7 + 01b7f11 commit aeb49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
run(array(
"cd {$app->env->release_dir}",
"([ -e 'composer.json' ] && which composer &>/dev/null)",
"composer install --optimize-autoloader || echo ' composer.json not found'"
"composer install --prefer-dist --optimize-autoloader || echo ' composer.json not found'"
));
});

Expand Down

0 comments on commit aeb49af

Please sign in to comment.