From 24b4ce8831ef2f1f78fd3a9bed3ea21860c6732b Mon Sep 17 00:00:00 2001 From: jakoch Date: Sat, 11 Oct 2014 19:46:37 +0200 Subject: [PATCH] added $installer->isVerbose() --- src/Composer/Installer.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index e70eb537f..071b1d4fc 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -1166,6 +1166,16 @@ class Installer return $this; } + /** + * Checks, if running in verbose mode. + * + * @return bool + */ + public function isVerbose() + { + return $this->verbose; + } + /** * restrict the update operation to a few packages, all other packages * that are already installed will be kept at their current version