| Age | Commit message (Expand) | Author |
| 2026-02-21 | feat(check-platform-reqs): implement command to verify PHP platform requirements | nsfisis |
| 2026-02-21 | fix(licenses): match Composer text output format | nsfisis |
| 2026-02-21 | feat(diagnose): implement diagnose command to check system health and connect... | nsfisis |
| 2026-02-21 | feat(run-script): implement run-script command to execute composer.json scripts | nsfisis |
| 2026-02-21 | feat(audit): implement audit command to check packages for security vulnerabi... | nsfisis |
| 2026-02-21 | feat(create-project): implement create-project command to scaffold new projec... | nsfisis |
| 2026-02-21 | feat(reinstall): implement reinstall command to re-download specified packages | nsfisis |
| 2026-02-21 | feat(status): implement status command to detect local vendor modifications | nsfisis |
| 2026-02-21 | feat(exec): implement exec command to run vendor binaries | nsfisis |
| 2026-02-21 | feat(bump): implement bump command to raise version constraints to installed ... | nsfisis |
| 2026-02-21 | feat(browse): implement browse command to open package URLs in browser | nsfisis |
| 2026-02-21 | feat(suggests): implement suggests command with filtering and multiple output... | nsfisis |
| 2026-02-21 | feat(fund): implement fund command with text and JSON output | nsfisis |
| 2026-02-21 | feat(licenses): implement licenses command with text, JSON, and summary output | nsfisis |
| 2026-02-21 | feat(cache): add filesystem-backed cache with TTL expiration and size-limited GC | nsfisis |
| 2026-02-21 | feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s... | nsfisis |
| 2026-02-21 | feat(require,remove): add interactive search and dependency-aware partial upd... | nsfisis |
| 2026-02-21 | feat(config): implement write mode with set, unset, editor, and validation | nsfisis |
| 2026-02-21 | feat(update): add wildcard expansion, dependency traversal, minimal-changes, ... | nsfisis |
| 2026-02-21 | feat(show): implement --tree, --latest, --outdated, --available, --platform, ... | nsfisis |
| 2026-02-21 | feat(install): add InstallConfig, platform warnings, and download progress | nsfisis |
| 2026-02-21 | feat(resolver): add inline and branch alias support | nsfisis |
| 2026-02-21 | feat(depends): implement depends and prohibits commands with shared dependenc... | nsfisis |
| 2026-02-21 | feat(config): implement config command with read-mode support | nsfisis |
| 2026-02-21 | feat(outdated): implement outdated command with version comparison and filtering | nsfisis |
| 2026-02-21 | feat(search): implement search command with Packagist API integration | nsfisis |
| 2026-02-21 | feat(remove): implement remove command with full resolve/lock/install pipeline | nsfisis |
| 2026-02-21 | feat(require): complete require command with resolve/lock/install pipeline | nsfisis |
| 2026-02-21 | feat(update): implement update command with resolver-based dependency updates | nsfisis |
| 2026-02-21 | feat(lockfile): generate lock file from resolver results | nsfisis |
| 2026-02-21 | feat(resolver): integrate pubgrub dependency resolver | nsfisis |
| 2026-02-21 | feat(validate): implement validate command with composer.json checks | nsfisis |
| 2026-02-21 | feat(show): implement show command with installed, locked, and self modes | nsfisis |
| 2026-02-21 | feat(autoload): generate Composer-compatible PHP autoloader files | nsfisis |
| 2026-02-21 | feat(install): implement install command with lock-based package installation | nsfisis |
| 2026-02-21 | feat(core): add version constraint, lockfile, installed registry, and downloa... | nsfisis |
| 2026-02-21 | feat(require): implement require command with Packagist version resolution | nsfisis |
| 2026-02-14 | implement init command | nsfisis |
| 2026-02-14 | define package types, which represent composer.json | nsfisis |
| 2026-02-14 | implement about command | nsfisis |
| 2026-02-11 | change commands::*::execute() signatures | nsfisis |
| 2026-02-11 | add more dependencies | nsfisis |
| 2026-02-11 | enable workspace | nsfisis |