$authentications
$authentications :
The Input/Output helper.
$input : \Symfony\Component\Console\Input\InputInterface
$output : \Symfony\Component\Console\Output\OutputInterface
$helperSet : \Symfony\Component\Console\Helper\HelperSet
loadConfiguration(\Composer\Config $config)
Loads authentications from a config instance
\Composer\Config | $config |
__construct(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output, \Symfony\Component\Console\Helper\HelperSet $helperSet)
Constructor.
\Symfony\Component\Console\Input\InputInterface | $input | The input instance |
\Symfony\Component\Console\Output\OutputInterface | $output | The output instance |
\Symfony\Component\Console\Helper\HelperSet | $helperSet | The helperSet instance |
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