diff --git a/src/Composer/DefaultStrategy.php b/src/Composer/DefaultStrategy.php index 90bf025..7f5c1cf 100644 --- a/src/Composer/DefaultStrategy.php +++ b/src/Composer/DefaultStrategy.php @@ -40,7 +40,7 @@ public function build(ManifestOptions $options): ?string return match ($format) { ManifestFormat::auto => match ($output) { - null, ManifestFormat::ansi => $factory->toHighlight(), + null => $factory->toHighlight(), ManifestFile::consoleTable => $factory->toConsole(), ManifestFile::txt => $factory->toText(), ManifestFile::sbomXml => $factory->toSbom('xml', $sbomSpec),