aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/lib.rs
AgeCommit message (Expand)Author
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(archive): implement command to create distributable archivesnsfisis
2026-02-21feat(check-platform-reqs): implement command to verify PHP platform requirementsnsfisis
2026-02-21feat(bump): implement bump command to raise version constraints to installed ...nsfisis
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(resolver): integrate pubgrub dependency resolvernsfisis
2026-02-21feat(autoload): generate Composer-compatible PHP autoloader filesnsfisis
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-14implement about commandnsfisis
2026-02-11enable workspacensfisis