|
@@ -12,6 +12,7 @@
|
|
|
|
|
|
namespace Packagist\WebBundle\Controller;
|
|
|
|
|
|
+use Composer\Console\HtmlOutputFormatter;
|
|
|
use Composer\IO\BufferIO;
|
|
|
use Composer\Factory;
|
|
|
use Composer\Repository\VcsRepository;
|
|
@@ -437,7 +438,7 @@ class WebController extends Controller
|
|
|
set_time_limit(3600);
|
|
|
$updater = $this->get('packagist.package_updater');
|
|
|
|
|
|
- $io = new BufferIO('', OutputInterface::VERBOSITY_VERBOSE);
|
|
|
+ $io = new BufferIO('', OutputInterface::VERBOSITY_VERBOSE, new HtmlOutputFormatter(Factory::createAdditionalStyles()));
|
|
|
$config = Factory::createConfig();
|
|
|
$repository = new VcsRepository(array('url' => $package->getRepository()), $io, $config);
|
|
|
$loader = new ValidatingArrayLoader(new ArrayLoader());
|