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 1057c7f commit 88bbd9cCopy full SHA for 88bbd9c
src/Commands/Concerns/InstallsRoadRunnerDependencies.php
@@ -62,6 +62,7 @@ protected function ensureRoadRunnerPackageIsInstalled()
62
protected function findComposer()
63
{
64
$composerPath = getcwd().'/composer.phar';
65
+
66
$phpPath = (new PhpExecutableFinder)->find();
67
68
if (! file_exists($composerPath)) {
0 commit comments