Skip to content

Allow specifying direct dependencies #292

Allow specifying direct dependencies

Allow specifying direct dependencies #292

Triggered via push February 6, 2025 05:28
Status Failure
Total duration 2m 33s
Artifacts

test.yml

on: push
Matrix: php
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
PHP 8.3 on ubuntu-latest Composer v2 (highest)
Process completed with exit code 1.
PHP 8.3 on ubuntu-latest Composer v2 (highest): src/PackageDiff.php#L89
Escaped Mutant for Mutator "FalseValue": @@ @@ * * @return DiffEntries */ - public function getPackageDiff($from, $to, $dev, $withPlatform, $onlyDirect = false) + public function getPackageDiff($from, $to, $dev, $withPlatform, $onlyDirect = true) { return $this->getDiff($this->loadPackages($from, $dev, $withPlatform), $this->loadPackages($to, $dev, $withPlatform), array_merge($this->getDirectPackages($from), $this->getDirectPackages($to)), $onlyDirect); }