mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
automatic update run composer install
This commit is contained in:
@@ -279,4 +279,11 @@ class Update extends Install
|
||||
return $result;
|
||||
}
|
||||
|
||||
public function updateDependencies()
|
||||
{
|
||||
$command = "composer install";
|
||||
$this->executeCommand($command);
|
||||
$this->doLog("[COMPOSER INSTALL] SUCCESS");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user