index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
2026-05-03
fix(resolver): carry root composer.json conflicts onto the in-pool root entry
nsfisis
2026-05-03
fix(install): emit MarkAliasUninstalled and fix dev-branch upgrade direction
nsfisis
2026-05-03
fix(resolver): seed root package into pool as fixed entry
nsfisis
2026-05-03
fix(install): switch update trace to dist-ref mode when source refs match
nsfisis
2026-05-03
fix(install): treat dev-reference shifts as upgrades
nsfisis
2026-05-03
fix(install): keep one cycle survivor as root for install ordering
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
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(commands): split install/update into CLI execute + library run
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): real constraint intersection and replace-aware same-name conf...
nsfisis
2026-05-02
fix(update): normalize locked version to 4-segment form on partial pin
nsfisis
2026-05-02
feat(resolver): honor --ignore-platform-reqs and wildcard patterns
nsfisis
2026-05-02
test(harness): force unreachable proxy for spawned mozart
nsfisis
2026-05-01
feat(registry): support inline 'type: package' repositories
nsfisis
2026-05-01
fix(install): preserve LockedPackage extra_fields in installed.json
nsfisis
2026-05-01
fix(registry): accept composer.lock without content-hash
nsfisis
2026-05-01
feat(core): reject root composer.json that requires its own name
nsfisis
2026-05-01
feat(install): verify platform requirements before install_from_lock
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-05-01
fix(core): default missing composer.json "name" to __root__
nsfisis
2026-05-01
test(test-harness): enumerate Composer installer .test fixtures
nsfisis
2026-05-01
feat(test-harness): add Composer .test fixture parser and runner
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(cli): route command output through Console abstraction
nsfisis
2026-02-23
fix(cli): align install/update output with Composer conventions
nsfisis
2026-02-23
fix(semver): handle partial upper bounds in hyphen ranges per Composer spec
nsfisis
2026-02-23
refactor(cli): replace std::process::exit() with bail_silent in command handlers
nsfisis
2026-02-23
fix(cli): align subcommand help text with Composer
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(validate): warn on orphan scripts-descriptions/aliases and honor config.lock
nsfisis
2026-02-23
fix(self-update): preserve backups and improve output messages
nsfisis
[next]