Merge pull request #8386 from cedric-anne/bugfix/fix-php74-outdated-command
Fix composer outdated command on PHP 7.4; fixes #8346pull/8390/head
commit
e85ade3107
|
@ -59,7 +59,7 @@ EOT
|
||||||
protected function execute(InputInterface $input, OutputInterface $output)
|
protected function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
$args = array(
|
$args = array(
|
||||||
'show',
|
'command' => 'show',
|
||||||
'--latest' => true,
|
'--latest' => true,
|
||||||
);
|
);
|
||||||
if (!$input->getOption('all')) {
|
if (!$input->getOption('all')) {
|
||||||
|
|
Loading…
Reference in New Issue