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
Age
Commit message (
Expand
)
Author
2026-05-03
feat(resolver): apply config.platform overrides on top of detected platform
nsfisis
2026-05-03
fix(resolver): fail when a root require has no matching providers
nsfisis
2026-05-03
fix(registry): respect priority order across inline package repos
nsfisis
2026-05-03
fix(resolver): substitute self.version in pool link constraints
nsfisis
2026-05-02
fix(resolver): honor root self-provide/replace as require fulfilment
nsfisis
2026-05-02
feat(resolver): support inline #ref pin and default-branch alias
nsfisis
2026-05-02
feat(resolver): add branch-alias support across the resolution pipeline
nsfisis
2026-05-02
fix(installer): match Composer's transaction order and uninstall label
nsfisis
2026-05-02
test(installer): switch fixtures to in-process harness
nsfisis
2026-05-02
feat(installer): add trace recorder and topo install order
nsfisis
2026-05-02
refactor(registry): plumb RepositorySet and executor through callers
nsfisis
2026-05-02
refactor(registry): route Packagist queries through RepositorySet
nsfisis
2026-05-02
refactor(registry): introduce Repository and InstallerExecutor traits
nsfisis
2026-05-02
feat(resolver): honor --ignore-platform-reqs and wildcard patterns
nsfisis
2026-05-01
feat(registry): support inline 'type: package' repositories
nsfisis
2026-05-01
fix(registry): accept composer.lock without content-hash
nsfisis
2026-05-01
feat(install): verify lock file satisfies composer.json requires
nsfisis
2026-05-01
refactor: fix clippy warnings
nsfisis
2026-05-01
fix(registry): default missing composer.lock _readme to canonical text
nsfisis
2026-05-01
feat(registry): accept v1 (bare array) installed.json
nsfisis
2026-02-24
fix(cache): enable dist archive caching for all commands
nsfisis
2026-02-24
fix(solver): iterate live watch chain to prevent infinite loop in propagation
nsfisis
2026-02-24
feat(cache): enable repo cache for all Packagist API calls
nsfisis
2026-02-23
feat(tracing): instrument network requests with tracing spans
nsfisis
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
feat(search): display abandoned package indicator in search results
nsfisis
2026-02-22
fix(resolver): handle virtual packages and deduplicate pool exploration
nsfisis
2026-02-22
fix(registry): handle Stability::Dev in version constraint builder
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
chore: cargo fmt
nsfisis
2026-02-22
refactor(http): centralize User-Agent string in mozart-core
nsfisis
2026-02-22
feat(metadata-minifier): add mozart-metadata-minifier crate
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