aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands
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(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(require): implement require command with Packagist version resolutionnsfisis
2026-02-14implement init commandnsfisis
2026-02-14implement about commandnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis