$input
$input : \Symfony\Component\Console\Input\InputInterface
The Input/Output helper.
$input : \Symfony\Component\Console\Input\InputInterface
$output : \Symfony\Component\Console\Output\OutputInterface
$helperSet : \Symfony\Component\Console\Helper\HelperSet
__construct(string $input = '', integer $verbosity = \Symfony\Component\Console\Output\StreamOutput::VERBOSITY_NORMAL, \Symfony\Component\Console\Formatter\OutputFormatterInterface|null $formatter = null)
Constructor.
string | $input | The input instance |
integer | $verbosity | |
\Symfony\Component\Console\Formatter\OutputFormatterInterface|null | $formatter |
loadConfiguration(\Composer\Config $config)
Loads authentications from a config instance
\Composer\Config | $config |
checkAndSetAuthentication(string $repositoryName, string $username, string $password = null)
Check for overwrite and set the authentication information for the repository.
string | $repositoryName | The unique name of repository |
string | $username | The username |
string | $password | The password |
getErrorOutput() : \Symfony\Component\Console\Output\OutputInterface