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