index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands
/
check_platform_reqs.rs
Age
Commit message (
Expand
)
Author
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-01
refactor: fix clippy warnings
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
refactor(cli): replace std::process::exit() with bail_silent in command handlers
nsfisis
2026-02-23
fix(check-platform-reqs): add informational messages and empty vendor fallback
nsfisis
2026-02-22
fix(check-platform-reqs): check lib-* and composer-*-api against detected pla...
nsfisis
2026-02-22
refactor: reorganize crates to match Composer subpackage structure
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(check-platform-reqs): implement command to verify PHP platform requirements
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis