Skip to content

Commit 217e93a

Browse files
authored
Fixes installation when using Herd (#726)
1 parent 1220199 commit 217e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/InstallsRoadRunnerDependencies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function findComposer()
9090
$composerPath = (new ExecutableFinder())->find('composer');
9191
}
9292

93-
return '"'.$phpPath.'" '.$composerPath;
93+
return '"'.$phpPath.'" "'.$composerPath.'"';
9494
}
9595

9696
/**

0 commit comments

Comments
 (0)