aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
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
2026-02-21feat(bump): implement bump command to raise version constraints to installed ...nsfisis
2026-02-21feat(browse): implement browse command to open package URLs in browsernsfisis
2026-02-21feat(suggests): implement suggests command with filtering and multiple output...nsfisis
2026-02-21feat(fund): implement fund command with text and JSON outputnsfisis
2026-02-21feat(licenses): implement licenses command with text, JSON, and summary outputnsfisis
2026-02-21feat(cache): add filesystem-backed cache with TTL expiration and size-limited GCnsfisis
2026-02-21feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s...nsfisis
2026-02-21feat(require,remove): add interactive search and dependency-aware partial upd...nsfisis
2026-02-21feat(config): implement write mode with set, unset, editor, and validationnsfisis
2026-02-21feat(update): add wildcard expansion, dependency traversal, minimal-changes, ...nsfisis
2026-02-21feat(show): implement --tree, --latest, --outdated, --available, --platform, ...nsfisis
2026-02-21feat(install): add InstallConfig, platform warnings, and download progressnsfisis
2026-02-21feat(resolver): add inline and branch alias supportnsfisis
2026-02-21feat(depends): implement depends and prohibits commands with shared dependenc...nsfisis
2026-02-21feat(config): implement config command with read-mode supportnsfisis
2026-02-21feat(outdated): implement outdated command with version comparison and filteringnsfisis
2026-02-21feat(search): implement search command with Packagist API integrationnsfisis
2026-02-21feat(remove): implement remove command with full resolve/lock/install pipelinensfisis
2026-02-21feat(require): complete require command with resolve/lock/install pipelinensfisis
2026-02-21feat(update): implement update command with resolver-based dependency updatesnsfisis
2026-02-21feat(lockfile): generate lock file from resolver resultsnsfisis
2026-02-21feat(resolver): integrate pubgrub dependency resolvernsfisis
2026-02-21feat(validate): implement validate command with composer.json checksnsfisis
2026-02-21feat(show): implement show command with installed, locked, and self modesnsfisis
2026-02-21feat(autoload): generate Composer-compatible PHP autoloader filesnsfisis
2026-02-21feat(install): implement install command with lock-based package installationnsfisis
2026-02-21feat(core): add version constraint, lockfile, installed registry, and downloa...nsfisis