Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 8583bb4

Browse files
committed
Remove explicit composer requirement
1 parent d6fc46e commit 8583bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/php/libsdk/SDK/Build/PGO/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ protected function prepareStandaloneTools(PackageWorkman $pw, bool $force = fals
143143
/* XXX remove the explicit version option when symfony demo is fixed. */
144144
$tool = $this->conf->getToolsDir() . DIRECTORY_SEPARATOR . "composer-setup.php";
145145
$pw->fetch($url, $tool, $force);
146-
$php->exec("$tool --install-dir=" . $this->conf->getToolsDir() . " --version=1.6.5");
146+
$php->exec("$tool --install-dir=" . $this->conf->getToolsDir());
147147
unlink($tool);
148148
}
149149
}

0 commit comments

Comments
 (0)