aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/dump_autoload.rs
AgeCommit message (Expand)Author
2026-05-08fix(licenses): align with Composer's LicensesCommand pipelinensfisis
2026-05-06feat(core): port Factory::createComposer and AutoloadGenerator::dumpnsfisis
2026-05-06refactor(console): rename color helpers and migrate call sites to console_for...nsfisis
2026-05-05refactor(core): replace ComposerConfig with typed Config structnsfisis
2026-05-05feat(dump-autoload): warn and exit 1 on missing installed packagesnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-05feat(core): add Composer struct mirroring requireComposer/tryComposernsfisis
2026-02-23refactor(cli): replace std::process::exit() with bail_silent in command handlersnsfisis
2026-02-23fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handlingnsfisis
2026-02-23fix(dump-autoload): add config defaults, CLI validation, and class count outputnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
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(autoload): add classmap scanning, optimize, APCu, platform checks, and s...nsfisis
2026-02-21feat(install): add InstallConfig, platform warnings, and download progressnsfisis
2026-02-21feat(autoload): generate Composer-compatible PHP autoloader filesnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis