Эх сурвалжийг харах

Clarify required by root message, refs #5099

Jordi Boggiano 9 жил өмнө
parent
commit
747af10483

+ 1 - 1
src/Composer/Installer.php

@@ -574,7 +574,7 @@ class Installer
                 if ($reason instanceof Rule) {
                     switch ($reason->getReason()) {
                         case Rule::RULE_JOB_INSTALL:
-                            $this->io->writeError('    REASON: Required by root: '.$reason->getPrettyString($pool));
+                            $this->io->writeError('    REASON: Required by the root package: '.$reason->getPrettyString($pool));
                             $this->io->writeError('');
                             break;
                         case Rule::RULE_PACKAGE_REQUIRES: