index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart-registry
/
src
/
resolver.rs
Age
Commit message (
Expand
)
Author
2026-02-23
refactor(vcs): convert VcsDriver trait to native async
nsfisis
2026-02-23
feat(vcs): add mozart-vcs crate for VCS repository support
nsfisis
2026-02-23
fix(update): implement --with constraints, inline shorthand, and APCu passthr...
nsfisis
2026-02-22
fix(resolver): handle virtual packages and deduplicate pool exploration
nsfisis
2026-02-22
fix(platform): inject composer pseudo packages into resolver
nsfisis
2026-02-22
feat(resolver): replace pubgrub with Composer-ported SAT solver
nsfisis
2026-02-22
fix(resolver): replace ComposerVersion(u16) with semver::Version(u64)
nsfisis
2026-02-22
refactor: reorganize crates to match Composer subpackage structure
nsfisis
2026-02-22
fix(resolver): replace __root__ with actual package name in error messages
nsfisis
2026-02-22
fix(platform): detect PHP version from runtime instead of hardcoding 8.1
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis