Skip to content

Commit

Permalink
Fixes installation when using Herd (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Aug 2, 2023
1 parent 1220199 commit 217e93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Concerns/InstallsRoadRunnerDependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function findComposer()
$composerPath = (new ExecutableFinder())->find('composer');
}

return '"'.$phpPath.'" '.$composerPath;
return '"'.$phpPath.'" "'.$composerPath.'"';
}

/**
Expand Down

0 comments on commit 217e93a

Please sign in to comment.