aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-02-22fix(about): respect --quiet flag by using console outputnsfisis
2026-02-22fix(bump): return exit code 1 on dry-run with changes and warn when type is a...nsfisis
2026-02-22feat(platform): detect lib-* platform packages from PHP environmentnsfisis
2026-02-22fix(resolver): handle virtual packages and deduplicate pool explorationnsfisis
2026-02-22fix(test): correct install command expectation when no lock file presentnsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(remove): implement --unused flag to prune orphan packagesnsfisis
2026-02-22feat(validate): implement --with-dependencies flagnsfisis
2026-02-22feat(update): implement --patch-only, --root-reqs, --bump-after-updatensfisis
2026-02-22feat(core): support AND constraint bumping in version bumpernsfisis
2026-02-22feat(audit): display version info in audit outputnsfisis
2026-02-22fix(registry): handle Stability::Dev in version constraint buildernsfisis
2026-02-22feat(semver): support `==` (double equals) version constraintnsfisis
2026-02-22fix(platform): inject composer pseudo packages into resolvernsfisis
2026-02-22feat(resolver): replace pubgrub with Composer-ported SAT solvernsfisis
2026-02-22fix(resolver): replace ComposerVersion(u16) with semver::Version(u64)nsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22fix(constraint): handle single pipe OR separator in version constraintsnsfisis
2026-02-22fix(install): fall back to update when composer.lock is missingnsfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22fix(platform): detect PHP version from runtime instead of hardcoding 8.1nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22refactor(http): centralize User-Agent string in mozart-corensfisis
2026-02-22chore: remove some of #[ignore] attributesnsfisis
2026-02-22feat(init): add interactive dependency selection via Packagist searchnsfisis
2026-02-22feat(repository): implement repository command with all actionsnsfisis
2026-02-22chore: remove unused filesnsfisis
2026-02-22feat(spdx): add mozart-spdx-licenses crate for SPDX license validationnsfisis
2026-02-22feat(metadata-minifier): add mozart-metadata-minifier cratensfisis
2026-02-22feat(deps): update dependenciesnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22feat(tracing): add performance profiling via tracing cratensfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(completion): add shell completion generation via clap_completensfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21test(constraint): add comprehensive unit tests for version parsing and matchingnsfisis
2026-02-21test(cli): add end-to-end integration tests for CLI commandsnsfisis
2026-02-21feat(self-update): implement command to update Mozart via GitHub Releasesnsfisis
2026-02-21feat(archive): implement command to create distributable archivesnsfisis
2026-02-21fix(licenses): handle root license as array and add ANSI color to headernsfisis
2026-02-21feat(global): implement command to run subcommands in global Composer dirnsfisis
2026-02-21feat(check-platform-reqs): implement command to verify PHP platform requirementsnsfisis
2026-02-21fix(licenses): match Composer text output formatnsfisis
2026-02-21feat(diagnose): implement diagnose command to check system health and connect...nsfisis
2026-02-21feat(run-script): implement run-script command to execute composer.json scriptsnsfisis
2026-02-21feat(audit): implement audit command to check packages for security vulnerabi...nsfisis
2026-02-21feat(create-project): implement create-project command to scaffold new projec...nsfisis
2026-02-21feat(reinstall): implement reinstall command to re-download specified packagesnsfisis
2026-02-21feat(status): implement status command to detect local vendor modificationsnsfisis
2026-02-21feat(exec): implement exec command to run vendor binariesnsfisis