Magestead\Installers\MagentoProject::composerInstall PHP Метод

composerInstall() защищенный Метод

protected composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
    protected function composerInstall($projectPath, OutputInterface $output)
    {
        copy($projectPath . "/puphpet/magestead/magento/stubs/composer.tmp", $projectPath . "/composer.json");
        new ProcessCommand('composer install', $projectPath, $output);
    }