aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-registry/src/resolver.rs
AgeCommit message (Expand)Author
2026-02-23refactor(vcs): convert VcsDriver trait to native asyncnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(update): implement --with constraints, inline shorthand, and APCu passthr...nsfisis
2026-02-22fix(resolver): handle virtual packages and deduplicate pool explorationnsfisis
2026-02-22fix(platform): inject composer pseudo packages into resolvernsfisis
2026-02-22feat(resolver): replace pubgrub with Composer-ported SAT solvernsfisis
2026-02-22fix(resolver): replace ComposerVersion(u16) with semver::Version(u64)nsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22fix(platform): detect PHP version from runtime instead of hardcoding 8.1nsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis