Fix composer outdated command on PHP 7.4; fixes #8346
parent
73b269fade
commit
9c9ca87537
|
@ -59,7 +59,7 @@ EOT
|
|||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$args = array(
|
||||
'show',
|
||||
'command' => 'show',
|
||||
'--latest' => true,
|
||||
);
|
||||
if (!$input->getOption('all')) {
|
||||
|
|
Loading…
Reference in New Issue