v1.8.6
Immutable
release. Only release title and notes can be modified.
Fixed
ComposerValidationAnalyzerno longer reports a false Critical "composer.json validation failed" finding when thecomposerbinary is absent (slimmed CI containers, or steps that restorevendor/without installing composer) — a missing binary madecomposer validateexit 127, indistinguishable from a real schema error; the subprocess is now skipped when composer cannot be run, while JSON syntax is still validated independently (#238)