1
0
Fork 0

Fix composer outdated command on PHP 7.4; fixes #8346

pull/8386/head
Cédric Anne 2019-10-21 12:50:14 +02:00
parent 73b269fade
commit 9c9ca87537
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ EOT
protected function execute(InputInterface $input, OutputInterface $output)
{
$args = array(
'show',
'command' => 'show',
'--latest' => true,
);
if (!$input->getOption('all')) {