aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-05-02Merge branch 'test/di'nsfisis
2026-05-02test(installer): switch fixtures to in-process harnessnsfisis
2026-05-02feat(installer): add trace recorder and topo install ordernsfisis
2026-05-02refactor(commands): split install/update into CLI execute + library runnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-05-02refactor(registry): route Packagist queries through RepositorySetnsfisis
2026-05-02refactor(registry): introduce Repository and InstallerExecutor traitsnsfisis
2026-05-02feat(resolver): real constraint intersection and replace-aware same-name conf...nsfisis
2026-05-02fix(update): normalize locked version to 4-segment form on partial pinnsfisis
2026-05-02feat(resolver): honor --ignore-platform-reqs and wildcard patternsnsfisis
2026-05-02test(harness): force unreachable proxy for spawned mozartnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
2026-05-01fix(install): preserve LockedPackage extra_fields in installed.jsonnsfisis
2026-05-01fix(registry): accept composer.lock without content-hashnsfisis
2026-05-01feat(core): reject root composer.json that requires its own namensfisis
2026-05-01feat(install): verify platform requirements before install_from_locknsfisis
2026-05-01feat(install): verify lock file satisfies composer.json requiresnsfisis
2026-05-01refactor: fix clippy warningsnsfisis
2026-05-01fix(registry): default missing composer.lock _readme to canonical textnsfisis
2026-05-01feat(registry): accept v1 (bare array) installed.jsonnsfisis
2026-05-01fix(core): default missing composer.json "name" to __root__nsfisis
2026-05-01Merge branch 'test/composer-integration-tests'nsfisis
2026-05-01test(test-harness): enumerate Composer installer .test fixturesnsfisis
2026-05-01feat(test-harness): add Composer .test fixture parser and runnernsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-24fix(solver): iterate live watch chain to prevent infinite loop in propagationnsfisis
2026-02-24feat(cache): enable repo cache for all Packagist API callsnsfisis
2026-02-23feat(tracing): instrument network requests with tracing spansnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(cli): align install/update output with Composer conventionsnsfisis
2026-02-23fix(semver): handle partial upper bounds in hyphen ranges per Composer specnsfisis
2026-02-23refactor(cli): replace std::process::exit() with bail_silent in command handlersnsfisis
2026-02-23fix(cli): align subcommand help text with Composernsfisis
2026-02-23refactor(vcs): convert VcsDriver trait to native asyncnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(validate): warn on orphan scripts-descriptions/aliases and honor config.locknsfisis
2026-02-23fix(self-update): preserve backups and improve output messagesnsfisis
2026-02-23fix(repository): support Composer's associative-key repo formatnsfisis
2026-02-23fix(prohibits): align behavior with Composer's why-not commandnsfisis
2026-02-23fix(update): implement --with constraints, inline shorthand, and APCu passthr...nsfisis
2026-02-23fix(show): validate option combinations and support --ignore wildcardsnsfisis
2026-02-23fix(require): revert on failure, prevent duplicates, and honor confignsfisis
2026-02-23fix(show,outdated): align outdated classification and wildcard handling with ...nsfisis
2026-02-23fix(suggests): add long help text with documentation URLnsfisis
2026-02-23fix(run-script): whitelist events, improve PHP detection, and fix flag handlingnsfisis
2026-02-23fix(reinstall): add per-pattern warnings, config autoloader defaults, and COM...nsfisis
2026-02-23fix(licenses): add table headers and bordered summary outputnsfisis
2026-02-23fix(init): support COMPOSER_DEFAULT_* env vars and fix abort handlingnsfisis
2026-02-23fix(fund): add ANSI color styling and use Console API for outputnsfisis