Explorar o código

added $installer->isVerbose()

jakoch %!s(int64=10) %!d(string=hai) anos
pai
achega
24b4ce8831
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      src/Composer/Installer.php

+ 10 - 0
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