Merge pull request #8386 from cedric-anne/bugfix/fix-php74-outdated-command

Fix composer outdated command on PHP 7.4; fixes #8346
main
Jordi Boggiano 5 years ago committed by GitHub
commit e85ade3107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save