diff --git a/recipe/common.php b/recipe/common.php index 439d3ac8..90ef0547 100644 --- a/recipe/common.php +++ b/recipe/common.php @@ -53,7 +53,7 @@ env('bin/composer', function () { if (empty($composer)) { run("cd {{release_path}} && curl -sS https://getcomposer.org/installer | php"); - $composer = '{{bin/php}} composer.phar'; + $composer = '{{bin/php}} {{release_path}}/composer.phar'; } return $composer;