mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Add verbosity input support to IOInterface
This commit is contained in:
parent
a9cb931896
commit
49d7d65933
31 changed files with 186 additions and 224 deletions
|
@ -160,9 +160,7 @@ class GitBitbucketDriver extends VcsDriver implements VcsDriverInterface
|
|||
}
|
||||
|
||||
if (!extension_loaded('openssl')) {
|
||||
if ($io->isVerbose()) {
|
||||
$io->writeError('Skipping Bitbucket git driver for '.$url.' because the OpenSSL PHP extension is missing.');
|
||||
}
|
||||
$io->writeError('Skipping Bitbucket git driver for '.$url.' because the OpenSSL PHP extension is missing.', true, IOInterface::VERBOSE);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue