Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed May 28, 2020
1 parent b723b0b commit d842c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/Compose.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (isset($config->packages) && is_array($config->packages)) {
$require = $config->packages;
} elseif (isset($composer->require) && is_object($composer->require)) {
$require = array_keys(get_object_vars($composer->require));
$require = array_keys(get_object_vars($composer->require));
}

$packages = $this->findPackages($require);
Expand Down

0 comments on commit d842c28

Please sign in to comment.