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
/
lib.rs
Age
Commit message (
Expand
)
Author
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(archive): implement command to create distributable archives
nsfisis
2026-02-21
feat(check-platform-reqs): implement command to verify PHP platform requirements
nsfisis
2026-02-21
feat(bump): implement bump command to raise version constraints to installed ...
nsfisis
2026-02-21
feat(cache): add filesystem-backed cache with TTL expiration and size-limited GC
nsfisis
2026-02-21
feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s...
nsfisis
2026-02-21
feat(resolver): integrate pubgrub dependency resolver
nsfisis
2026-02-21
feat(autoload): generate Composer-compatible PHP autoloader files
nsfisis
2026-02-21
feat(core): add version constraint, lockfile, installed registry, and downloa...
nsfisis
2026-02-21
feat(require): implement require command with Packagist version resolution
nsfisis
2026-02-14
implement init command
nsfisis
2026-02-14
implement about command
nsfisis
2026-02-11
enable workspace
nsfisis