1
0
Fork 0

Fix to load the auth information before the root package gets installed.

pull/3027/head
Stephan Hochdörfer 2014-05-30 18:37:47 +02:00
parent 7131607ad1
commit 493ebbaacb
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ EOT
{
$oldCwd = getcwd();
// we need to manually load the configuration to pass the auth credentials to the io interface!
$io->loadConfiguration($config);
if ($packageName !== null) {
$installedFromVcs = $this->installRootPackage($io, $config, $packageName, $directory, $packageVersion, $stability, $preferSource, $preferDist, $installDevPackages, $repositoryUrl, $disablePlugins, $noScripts, $keepVcs, $noProgress);
} else {