diff --git a/nexus/Install/Update.php b/nexus/Install/Update.php index b1392d90..63da18fe 100644 --- a/nexus/Install/Update.php +++ b/nexus/Install/Update.php @@ -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"); }