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
/
init.rs
Age
Commit message (
Expand
)
Author
2026-05-11
refactor(package): rename traits and switch dep maps to IndexMap
nsfisis
2026-05-10
refactor(clippy): deny clippy::unused_trait_names
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-10
refactor(workspace): consolidate crates into mozart-core
nsfisis
2026-05-08
fix(licenses): align with Composer's LicensesCommand pipeline
nsfisis
2026-05-05
refactor(commands): consolidate working_dir resolution into Cli method
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-01
feat(registry): support inline 'type: package' repositories
nsfisis
2026-02-24
feat(cache): enable repo cache for all Packagist API calls
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
fix(init): support COMPOSER_DEFAULT_* env vars and fix abort handling
nsfisis
2026-02-23
fix(browse): use proper URL validation and match Composer's Windows browser l...
nsfisis
2026-02-23
feat(init): add SPDX license validation and COMPOSER_DEFAULT_LICENSE support
nsfisis
2026-02-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
chore: cargo fmt
nsfisis
2026-02-22
feat(init): add interactive dependency selection via Packagist search
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(require): implement require command with Packagist version resolution
nsfisis
2026-02-14
implement init command
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis