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-02-21
feat(config): implement config command with read-mode support
nsfisis
2026-02-21
feat(outdated): implement outdated command with version comparison and filtering
nsfisis
2026-02-21
feat(search): implement search command with Packagist API integration
nsfisis
2026-02-21
feat(remove): implement remove command with full resolve/lock/install pipeline
nsfisis
2026-02-21
feat(require): complete require command with resolve/lock/install pipeline
nsfisis
2026-02-21
feat(update): implement update command with resolver-based dependency updates
nsfisis
2026-02-21
feat(validate): implement validate command with composer.json checks
nsfisis
2026-02-21
feat(show): implement show command with installed, locked, and self modes
nsfisis
2026-02-21
feat(autoload): generate Composer-compatible PHP autoloader files
nsfisis
2026-02-21
feat(install): implement install command with lock-based package installation
nsfisis
2026-02-21
feat(require): implement require command with Packagist version resolution
nsfisis
2026-02-14
implement init command
nsfisis
2026-02-14
implement about command
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis