automatic update run composer install

This commit is contained in:
xiaomlove
2022-02-12 15:48:26 +08:00
parent 379b84b905
commit cf47dedbb3
3 changed files with 15 additions and 3 deletions
+7
View File
@@ -279,4 +279,11 @@ class Update extends Install
return $result;
}
public function updateDependencies()
{
$command = "composer install";
$this->executeCommand($command);
$this->doLog("[COMPOSER INSTALL] SUCCESS");
}
}