aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2026-02-23fix(exec): use bail_silent for exit code and style binary listingnsfisis
2026-02-23fix(diagnose): use bail_silent for exit code and add git color.ui checknsfisis
2026-02-23fix(create-project): fix self.version rewriting and autoloader confignsfisis
2026-02-23fix(completion): auto-detect shell from $SHELL when argument omittednsfisis
2026-02-23fix(clear-cache): add per-directory output, read-only guard, and always exit 0nsfisis
2026-02-23fix(audit): write human-readable output to stderr to match Composernsfisis
2026-02-23fix(bump): use exit code 2 for stale lock file to match Composernsfisis
2026-02-23fix(status): align output with Composer stderr/stdout separation and add syml...nsfisis
2026-02-23fix(search): match Composer single-line output format with truncationnsfisis
2026-02-23fix(remove): wire apcu autoloader flags, add audit-format default, and match ...nsfisis
2026-02-23fix(install): add CLI option validation, download-only wiring, and apcu-prefi...nsfisis
2026-02-23fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handlingnsfisis
2026-02-23fix(dump-autoload): add config defaults, CLI validation, and class count outputnsfisis
2026-02-23fix(depends): prefer installed packages over lockfile and add platform supportnsfisis
2026-02-23fix(config): add missing keys, implement --absolute, fix output formatnsfisis
2026-02-23fix(check-platform-reqs): add informational messages and empty vendor fallbacknsfisis
2026-02-23fix(archive): add format completion, stability suffix parsing, and Composer-c...nsfisis
2026-02-23fix(browse): use proper URL validation and match Composer's Windows browser l...nsfisis
2026-02-23feat(init): add SPDX license validation and COMPOSER_DEFAULT_LICENSE supportnsfisis
2026-02-23fix(bump): support inline constraints and glob wildcards in package filternsfisis
2026-02-22fix(check-platform-reqs): check lib-* and composer-*-api against detected pla...nsfisis
2026-02-22fix(reinstall): exit 1 when no packages match criteriansfisis
2026-02-22fix(show,outdated): reject multiple level filters at oncensfisis
2026-02-22fix(audit): change --abandoned default from "report" to "fail"nsfisis
2026-02-22fix(fund): use 4-space JSON indentation to match Composernsfisis
2026-02-22fix(licenses): use 4-space JSON indentation to match Composernsfisis
2026-02-22fix(browse): match Composer's error messages, output formatting, and stderr b...nsfisis
2026-02-22feat(cli): match Composer's --version output formatnsfisis