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