| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-21 | feat(core): add version constraint, lockfile, installed registry, and ↵ | nsfisis | |
| downloader modules Phase 1 infrastructure for the install command: - constraint: Composer-compatible version parsing and constraint matching (caret, tilde, wildcard, hyphen range, OR/AND combinators) - lockfile: composer.lock read/write with content-hash computation - installed: vendor/composer/installed.json registry (Composer 2.x format) - downloader: dist archive download with SHA-1 verification and zip/tar.gz extraction with top-level directory stripping Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-21 | feat(require): implement require command with Packagist version resolution | nsfisis | |
| Add the require command that updates composer.json with new package dependencies. When no version constraint is specified, the best version is resolved from the Packagist p2 API based on minimum-stability. Includes packagist API client, version comparison/stability detection, and RawPackageData deserialization support for roundtrip editing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-11 | add more dependencies | nsfisis | |
| 2026-02-11 | define subcommands and options | nsfisis | |
| 2026-02-10 | add some crates | nsfisis | |
| 2026-02-10 | cargo init | nsfisis | |
