| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-17 | fix(compile): implement abstract class traits across all types | nsfisis | |
| Implement BaseCommand trait and other abstract class traits across all command, downloader, io, package, and VCS driver types. Also fix trait method signatures for composer_mut and io_mut to return mutable references to Option rather than Option of mutable references. | |||
| 2026-05-17 | fix(compile): remove visibility from trait methods | nsfisis | |
| 2026-05-17 | refactor(shirabe): convert PHP abstract classes to Rust traits | nsfisis | |
| PHP abstract classes are represented as traits to better align with Rust's type system. | |||
| 2026-05-17 | fix(shirabe): correct invalid import paths and add missing dependency | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port DiagnoseCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ConfigCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ShowCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port SelfUpdateCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port InitCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port RequireCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port BaseCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port CreateProjectCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port PackageDiscoveryTrait.php | nsfisis | |
| 2026-05-16 | feat(port): port UpdateCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port RemoveCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port RepositoryCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port BaseDependencyCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port Bitbucket.php, GitDriver.php, GitHub.php, BumpCommand.php, ↵ | nsfisis | |
| VersionSelector.php | |||
| 2026-05-16 | feat(port): port CompletionTrait.php | nsfisis | |
| 2026-05-16 | feat(port): port StatusCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ValidateCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port CheckPlatformReqsCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ArchiveCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ReinstallCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port RunScriptCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port GlobalCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port LicensesCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port HomeCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port FundCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ExecCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port InstallCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port DumpAutoloadCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port OutdatedCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port SearchCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port AuditCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port ClearCacheCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port BaseConfigCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port SuggestsCommand.php | nsfisis | |
| Add in_array shim function. | |||
| 2026-05-14 | feat(port): port ScriptAliasCommand.php | nsfisis | |
| 2026-05-12 | feat(port): port ProhibitsCommand.php | nsfisis | |
| 2026-05-12 | feat(port): port DependsCommand.php | nsfisis | |
| 2026-05-12 | feat(port): port AboutCommand.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
