1
0
Fork 0

Restore output of number of packages analyzed in solver

pull/7644/head
Nils Adermann 2018-09-14 14:39:24 +02:00
parent b757c1952c
commit f11c357325
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ class Installer
$this->eventDispatcher->dispatchInstallerEvent(InstallerEvents::POST_DEPENDENCIES_SOLVING, $this->devMode, $policy, $repositorySet, $installedRepo, $request, $operations);
$this->io->writeError("Analyzed ".count($pool)." packages to resolve dependencies", true, IOInterface::VERBOSE);
$this->io->writeError("Analyzed ".$solver->getRuleSetSize()." rules to resolve dependencies", true, IOInterface::VERBOSE);
// execute operations