We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1220199 commit 217e93aCopy full SHA for 217e93a
src/Commands/Concerns/InstallsRoadRunnerDependencies.php
@@ -90,7 +90,7 @@ protected function findComposer()
90
$composerPath = (new ExecutableFinder())->find('composer');
91
}
92
93
- return '"'.$phpPath.'" '.$composerPath;
+ return '"'.$phpPath.'" "'.$composerPath.'"';
94
95
96
/**
0 commit comments