aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-registry/src/lockfile.rs
AgeCommit message (Expand)Author
2026-05-02fix(resolver): honor root self-provide/replace as require fulfilmentnsfisis
2026-05-02feat(resolver): support inline #ref pin and default-branch aliasnsfisis
2026-05-02feat(resolver): add branch-alias support across the resolution pipelinensfisis
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-05-02refactor(registry): route Packagist queries through RepositorySetnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
2026-05-01fix(registry): accept composer.lock without content-hashnsfisis
2026-05-01feat(install): verify lock file satisfies composer.json requiresnsfisis
2026-05-01refactor: fix clippy warningsnsfisis
2026-05-01fix(registry): default missing composer.lock _readme to canonical textnsfisis
2026-02-24feat(cache): enable repo cache for all Packagist API callsnsfisis
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): replace __root__ with actual package name in error messagesnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis