index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Cargo.lock
Age
Commit message (
Expand
)
Author
2026-05-08
refactor(archiver): extract ArchiveManager from archive command
nsfisis
2026-05-06
feat(core): port Factory::createComposer and AutoloadGenerator::dump
nsfisis
2026-05-05
feat(vcs): use Composer-compatible URL-sanitize cache keys
nsfisis
2026-05-04
feat(show): expand license output with name, OSI flag, and URL
nsfisis
2026-05-04
feat(validate): port ValidatingArrayLoader license checks
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-05-04
test(resolver): scaffold PoolBuilder fixture suite from Composer
nsfisis
2026-05-03
feat(registry): support type: path repositories
nsfisis
2026-05-03
feat(repository): support only/exclude/canonical repo filters
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-02
refactor(registry): introduce Repository and InstallerExecutor traits
nsfisis
2026-05-01
test(test-harness): enumerate Composer installer .test fixtures
nsfisis
2026-05-01
feat(test-harness): add Composer .test fixture parser and runner
nsfisis
2026-02-23
feat(tracing): instrument network requests with tracing spans
nsfisis
2026-02-23
feat(vcs): add mozart-vcs crate for VCS repository support
nsfisis
2026-02-23
fix(search): match Composer single-line output format with truncation
nsfisis
2026-02-23
fix(browse): use proper URL validation and match Composer's Windows browser l...
nsfisis
2026-02-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
feat(resolver): replace pubgrub with Composer-ported SAT solver
nsfisis
2026-02-22
refactor: reorganize crates to match Composer subpackage structure
nsfisis
2026-02-22
feat(spdx): add mozart-spdx-licenses crate for SPDX license validation
nsfisis
2026-02-22
feat(metadata-minifier): add mozart-metadata-minifier crate
nsfisis
2026-02-22
feat(deps): update dependencies
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
feat(tracing): add performance profiling via tracing crate
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(completion): add shell completion generation via clap_complete
nsfisis
2026-02-21
test(cli): add end-to-end integration tests for CLI commands
nsfisis
2026-02-21
feat(self-update): implement command to update Mozart via GitHub Releases
nsfisis
2026-02-21
feat(archive): implement command to create distributable archives
nsfisis
2026-02-21
feat(cache): add filesystem-backed cache with TTL expiration and size-limited GC
nsfisis
2026-02-21
feat(resolver): integrate pubgrub dependency resolver
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-11
add more dependencies
nsfisis
2026-02-11
define subcommands and options
nsfisis
2026-02-10
add some crates
nsfisis
2026-02-10
cargo init
nsfisis