index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
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(vcs): use Composer-compatible URL-sanitize cache keys
nsfisis
2026-05-05
feat(vcs): wire cache-vcs-dir setting through to drivers
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
fix(spdx-licenses): reject leading/trailing whitespace in validate
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
refactor(metadata-minifier): remove unused function, MetadataMinifier::minify()
nsfisis
2026-05-04
test(resolver): scaffold PoolBuilder fixture suite from Composer
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
[next]