mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 00:47:22 +08:00
fix update composer install command
This commit is contained in:
@@ -284,7 +284,7 @@ class Update extends Install
|
|||||||
|
|
||||||
public function updateDependencies()
|
public function updateDependencies()
|
||||||
{
|
{
|
||||||
$command = "composer install";
|
$command = "composer install -d " . ROOT_PATH;
|
||||||
$this->executeCommand($command);
|
$this->executeCommand($command);
|
||||||
$this->doLog("[COMPOSER INSTALL] SUCCESS");
|
$this->doLog("[COMPOSER INSTALL] SUCCESS");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user