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
Age
Commit message (
Expand
)
Author
2026-05-08
fix(require): align with Composer's RequireCommand pipeline
nsfisis
2026-05-08
fix(audit): align with Composer's AuditCommand pipeline
nsfisis
2026-05-08
fix(suggests): align with Composer's SuggestsCommand pipeline
nsfisis
2026-05-08
fix(status): align with Composer's StatusCommand pipeline
nsfisis
2026-05-08
fix(search): align with Composer's RepositoryInterface::search
nsfisis
2026-05-08
fix(browse): mirror Composer's HomeCommand semantics
nsfisis
2026-05-06
fix(cache): mirror Composer no-cache and cache-files-maxsize handling
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-05
feat(cache): include cache-vcs-dir in clear-cache command
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-05-04
test(resolver): scaffold PoolBuilder fixture suite from Composer
nsfisis
2026-05-04
fix(lockfile): preserve default-branch flag through lock round-trips
nsfisis
2026-05-04
fix(resolver): expose locked branch-alias entries in the pool
nsfisis
2026-05-04
fix(resolver): normalize bare branch atoms to dev-NAME in root aliases
nsfisis
2026-05-04
fix(update): preserve locked refs and aliases on partial update
nsfisis
2026-05-04
fix(resolver): rewrite self.version on materialized root aliases
nsfisis
2026-05-03
fix(resolver): extract aliases from complex root-require constraints
nsfisis
2026-05-03
fix(resolver): cap inline package loads by root require constraint
nsfisis
2026-05-03
feat(registry): support type: path repositories
nsfisis
2026-05-03
fix(update): pattern-match allow-list specifiers and reuse locked metadata
nsfisis
2026-05-03
fix(resolver): honor config.audit.block-insecure security-advisory filter
nsfisis
2026-05-03
fix(resolver): strip inline #ref and gate alias trace on alias stability
nsfisis
2026-05-03
fix(resolver): reject partial update when locked version fails stability
nsfisis
2026-05-03
fix(update): apply --minimal-changes via policy preferred versions
nsfisis
2026-05-03
fix(resolver): expand root branch-alias and self.version replace links
nsfisis
2026-05-03
fix(lockfile): carry abandoned flag through to LockedPackage extras
nsfisis
2026-05-03
fix(update): mirror Composer's always-include-dev resolution path
nsfisis
2026-05-03
fix(install): align partial-update operation order with Composer
nsfisis
2026-05-03
feat(repository): support only/exclude/canonical repo filters
nsfisis
2026-05-03
fix(install): skip MarkAliasInstalled when alias was already present
nsfisis
2026-05-03
feat(resolver): honour audit.block-abandoned config
nsfisis
2026-05-03
fix(install): honour branch-alias when checking lock requirements
nsfisis
2026-05-03
fix(resolver): load inline type:package entries by name, not eagerly
nsfisis
2026-05-03
fix(resolver): seed locked packages into pool and honour root-require barrier
nsfisis
2026-05-03
fix(resolver): apply root "X as Y" aliases via pool second pass
nsfisis
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
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
[next]