aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart
AgeCommit message (Expand)Author
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