index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
Age
Commit message (
Expand
)
Author
2026-05-08
fix(suggests): align with Composer's SuggestsCommand pipeline
nsfisis
2026-05-08
fix(bump): align with Composer's BumpCommand pipeline
nsfisis
2026-05-08
fix(create-project): align with Composer's CreateProjectCommand pipeline
nsfisis
2026-05-08
fix(diagnose): align with Composer's DiagnoseCommand orchestration
nsfisis
2026-05-08
fix(outdated): align with Composer's OutdatedCommand proxy
nsfisis
2026-05-08
fix(licenses): align with Composer's LicensesCommand pipeline
nsfisis
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(fund): align with Composer's FundCommand pipeline
nsfisis
2026-05-08
fix(search): align with Composer's RepositoryInterface::search
nsfisis
2026-05-08
fix(browse): mirror Composer's HomeCommand semantics
nsfisis
2026-05-08
refactor(archiver): extract ArchiveManager from archive command
nsfisis
2026-05-08
fix(commands): use tryComposer/createConfig idiom for archive and diagnose
nsfisis
2026-05-07
fix(exec): align binary listing with Composer
nsfisis
2026-05-06
fix(status): remove conflicting local verbose arg
nsfisis
2026-05-06
feat(core): port Factory::createComposer and AutoloadGenerator::dump
nsfisis
2026-05-06
fix(clear-cache): write info messages to stderr to match Composer
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(dump-autoload): warn and exit 1 on missing installed packages
nsfisis
2026-05-05
refactor(commands): consolidate working_dir resolution into Cli method
nsfisis
2026-05-05
feat(core): add Composer struct mirroring requireComposer/tryComposer
nsfisis
2026-05-05
chore(clear-cache): remove verbose type declaration
nsfisis
2026-05-05
feat(cache): include cache-vcs-dir in clear-cache command
nsfisis
2026-05-05
refactor(depends): share execution path with prohibits via do_execute
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(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(validate): warn on deprecated SPDX license identifiers
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-05-04
fix(lockfile): preserve default-branch flag through lock round-trips
nsfisis
2026-05-04
fix(resolver): expose locked branch-alias entries in the pool
nsfisis
2026-05-04
fix(resolver): normalize bare branch atoms to dev-NAME in root aliases
nsfisis
2026-05-04
fix(update): preserve locked refs and aliases on partial update
nsfisis
2026-05-04
fix(compat): align repositories/version/platform parsing with Composer
nsfisis
2026-05-04
fix(resolver): rewrite self.version on materialized root aliases
nsfisis
2026-05-04
fix(update): run full resolve under --lock to surface alias changes
nsfisis
2026-05-03
fix(update): honor symlink:false on path repos during partial update
nsfisis
2026-05-03
fix(resolver): extract aliases from complex root-require constraints
nsfisis
2026-05-03
fix(resolver): cap inline package loads by root require constraint
nsfisis
2026-05-03
feat(registry): support type: path repositories
nsfisis
2026-05-03
fix(update): pattern-match allow-list specifiers and reuse locked metadata
nsfisis
2026-05-03
fix(resolver): honor config.audit.block-insecure security-advisory filter
nsfisis
2026-05-03
fix(update): wire up the bare-keyword mirrors mode
nsfisis
2026-05-03
fix(install): reject lock when a locked dep's require excludes the root
nsfisis
[next]