index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
tests
/
installer.rs
Age
Commit message (
Expand
)
Author
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
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-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
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