mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-28 19:43:21 +02:00
Remove explicit composer requirement
This commit is contained in:
@@ -143,7 +143,7 @@ class Controller
|
||||
/* XXX remove the explicit version option when symfony demo is fixed. */
|
||||
$tool = $this->conf->getToolsDir() . DIRECTORY_SEPARATOR . "composer-setup.php";
|
||||
$pw->fetch($url, $tool, $force);
|
||||
$php->exec("$tool --install-dir=" . $this->conf->getToolsDir() . " --version=1.6.5");
|
||||
$php->exec("$tool --install-dir=" . $this->conf->getToolsDir());
|
||||
unlink($tool);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user