Skip to content

v1.8.6

Choose a tag to compare

@haggaiwambua haggaiwambua released this 21 Jun 03:06
Immutable release. Only release title and notes can be modified.
4b71649

Fixed

  • ComposerValidationAnalyzer no longer reports a false Critical "composer.json validation failed" finding when the composer binary is absent (slimmed CI containers, or steps that restore vendor/ without installing composer) — a missing binary made composer validate exit 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)