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
Age
Commit message (
Expand
)
Author
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(update): preserve locked refs and aliases on partial update
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
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
2026-05-03
fix(update): apply --minimal-changes preferred versions on partial update
nsfisis
2026-05-03
fix(update): unlock replacer when --with-deps walks a replaced require
nsfisis
2026-05-03
fix(update): apply --minimal-changes via policy preferred versions
nsfisis
2026-05-03
fix(install): reject lock when locked packages conflict with each other
nsfisis
2026-05-03
fix(resolver): expand root branch-alias and self.version replace links
nsfisis
2026-05-03
fix(update): mirror Composer's always-include-dev resolution path
nsfisis
2026-05-03
fix(install): align partial-update operation order with Composer
nsfisis
2026-05-03
fix(install): emit reference-suffixed removal and default-branch alias trace
nsfisis
2026-05-03
fix(update): union lock and repo requires when expanding --with-deps
nsfisis
2026-05-03
feat(repository): support only/exclude/canonical repo filters
nsfisis
2026-05-03
fix(update): unlock new-package deps via repo requires for --with-deps
nsfisis
2026-05-03
fix(install): honour config.allow-missing-requirements
nsfisis
2026-05-03
fix(install): skip MarkAliasInstalled when alias was already present
nsfisis
2026-05-03
feat(resolver): honour audit.block-abandoned config
nsfisis
2026-05-03
fix(install): honour branch-alias when checking lock requirements
nsfisis
2026-05-03
fix(install): reinstall when locked package's abandoned flag drifts
nsfisis
2026-05-03
fix(install): reject locks where two packages claim the same name
nsfisis
2026-05-03
fix(resolver): seed locked packages into pool and honour root-require barrier
nsfisis
[next]