1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Bump vcs verbosity output to very verbose, refs #4330

This commit is contained in:
Jordi Boggiano 2015-08-10 12:58:58 +01:00
parent 0457ec6fb3
commit cedbe7f1a0

View file

@ -55,7 +55,7 @@ class VcsRepository extends ArrayRepository
$this->url = $repoConfig['url'];
$this->io = $io;
$this->type = isset($repoConfig['type']) ? $repoConfig['type'] : 'vcs';
$this->verbose = $io->isVerbose();
$this->verbose = $io->isVeryVerbose();
$this->config = $config;
$this->repoConfig = $repoConfig;
}