aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
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
2026-02-21feat(require): implement require command with Packagist version resolutionnsfisis
2026-02-14implement init commandnsfisis
2026-02-14define package types, which represent composer.jsonnsfisis
2026-02-14implement about commandnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11add more dependenciesnsfisis
2026-02-11enable workspacensfisis