aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/lib.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-08 22:14:41 +0900
committernsfisis <nsfisis@gmail.com>2026-05-08 22:14:41 +0900
commitbfbb8bd5260dfffb2c1f7fc8935142b26a9c4039 (patch)
tree556d8024f17d3b7ff60bc478575ba3f931d466f8 /crates/mozart-core/src/lib.rs
parentd0d05f14a4d1b36f517077ffdaa4b335c812190f (diff)
downloadphp-mozart-bfbb8bd5260dfffb2c1f7fc8935142b26a9c4039.tar.gz
php-mozart-bfbb8bd5260dfffb2c1f7fc8935142b26a9c4039.tar.zst
php-mozart-bfbb8bd5260dfffb2c1f7fc8935142b26a9c4039.zip
fix(check-platform-reqs): align with Composer's CheckPlatformReqsCommand flow
Mirror `CheckPlatformReqsCommand::execute` end-to-end: build an `InstalledRepoLite` from lock/installed plus the root and the real PlatformRepository, ksort the combined `$requires`, and run the candidate matching loop with `findPackagesWithReplacersAndProviders` so an installed package that `provide`s or `replace`s a platform name (e.g. `symfony/polyfill-mbstring` providing `ext-mbstring`) is now recognised as satisfying the requirement. Fixes the JSON output schema to match Composer: `failed_requirement` is the `{source, type, target, constraint}` object (or null), `provider` is the bare "provided by …" string (or null), and `status` is the unwrapped `success`/`failed`/`missing`. Also switches `--format` to a clap `value_parser` and replaces the "No installed packages found" hard error with Composer's warn-then- proceed path so an empty lock yields `[]` and exit 0. Adds `mozart_core::installer::InstalledCandidate` plus `InstalledRepoLite::add_candidate` / `find_with_replacers_and_providers` as the shared substrate for future commands (`depends`, `prohibits`, `audit`) that need the same provider/replacer index.
Diffstat (limited to 'crates/mozart-core/src/lib.rs')
0 files changed, 0 insertions, 0 deletions