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-09
refactor(composer): move Composer and Factory from mozart-core to mozart
nsfisis
2026-05-09
refactor(commands): consolidate get_platform_requirement_filter into shared m...
nsfisis
2026-05-09
refactor(show): make format field non-optional with default "text"
nsfisis
2026-05-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-09
refactor(update): Slice A — align update.rs with Composer's UpdateCommand p...
nsfisis
2026-05-09
refactor(show): Slice A — align show.rs with Composer's ShowCommand pipeline
nsfisis
2026-05-09
refactor(install): Slice A — align install.rs with Composer's InstallComman...
nsfisis
2026-05-09
fix(config): align with Composer's ConfigCommand pipeline
nsfisis
2026-05-08
fix(validate): align with Composer's ValidateCommand pipeline
nsfisis
2026-05-08
refactor(advisory): fix clippy warnings
nsfisis
2026-05-08
fix(require): align with Composer's RequireCommand pipeline
nsfisis
2026-05-08
fix(audit): align with Composer's AuditCommand pipeline
nsfisis
2026-05-08
fix(repository): align with Composer's RepositoryCommand pipeline
nsfisis
2026-05-08
fix(remove): align with Composer's RemoveCommand pipeline
nsfisis
2026-05-08
fix(run-script): align with Composer's RunScriptCommand pipeline
nsfisis
2026-05-08
fix(check-platform-reqs): align with Composer's CheckPlatformReqsCommand flow
nsfisis
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
[next]