index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart-core
/
src
Age
Commit message (
Expand
)
Author
2026-05-08
fix(reinstall): align with Composer's ReinstallCommand pipeline
nsfisis
2026-05-08
fix(status): align with Composer's StatusCommand pipeline
nsfisis
2026-05-08
fix(search): align with Composer's RepositoryInterface::search
nsfisis
2026-05-06
feat(core): port Factory::createComposer and AutoloadGenerator::dump
nsfisis
2026-05-06
refactor(console): rename color helpers and migrate call sites to console_for...
nsfisis
2026-05-06
refactor(console): add write macros and migrate commands to use them
nsfisis
2026-05-06
fix(cache): mirror Composer no-cache and cache-files-maxsize handling
nsfisis
2026-05-05
feat(core): port Factory::createConfig() as factory::create_config()
nsfisis
2026-05-05
refactor(core): replace ComposerConfig with typed Config struct
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-05
feat(core): add Composer struct mirroring requireComposer/tryComposer
nsfisis
2026-05-05
refactor(core): centralize version constant in mozart-core
nsfisis
2026-05-04
refactor(spdx-licenses): remove unused functions
nsfisis
2026-05-04
feat(validate): warn on deprecated SPDX license identifiers
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-05-04
fix(compat): align repositories/version/platform parsing with Composer
nsfisis
2026-05-03
fix(resolver): honor config.audit.block-insecure security-advisory filter
nsfisis
2026-05-03
feat(repository): support only/exclude/canonical repo filters
nsfisis
2026-05-03
fix(resolver): seed root package into pool as fixed entry
nsfisis
2026-05-01
feat(registry): support inline 'type: package' repositories
nsfisis
2026-05-01
feat(core): reject root composer.json that requires its own name
nsfisis
2026-05-01
fix(core): default missing composer.json "name" to __root__
nsfisis
2026-02-23
fix(show,outdated): align outdated classification and wildcard handling with ...
nsfisis
2026-02-23
fix(create-project): fix self.version rewriting and autoloader config
nsfisis
2026-02-22
feat(cli): match Composer's --version output format
nsfisis
2026-02-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
feat(platform): detect lib-* platform packages from PHP environment
nsfisis
2026-02-22
chore: cargo fmt
nsfisis
2026-02-22
feat(core): support AND constraint bumping in version bumper
nsfisis
2026-02-22
fix(platform): inject composer pseudo packages into resolver
nsfisis
2026-02-22
refactor(http): centralize User-Agent string in mozart-core
nsfisis
2026-02-22
feat(spdx): add mozart-spdx-licenses crate for SPDX license validation
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis