diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-21 12:31:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-21 12:31:06 +0900 |
| commit | 18761d9b67a09c0148ae606da10db0d1266932f9 (patch) | |
| tree | c38c1a4f0c2b05abbb50c5a686c5b925c2672b34 /crates/mozart/Cargo.toml | |
| parent | a70d703f1dea24a1c2ee189f85ab98ff77f89ff3 (diff) | |
| download | php-mozart-18761d9b67a09c0148ae606da10db0d1266932f9.tar.gz php-mozart-18761d9b67a09c0148ae606da10db0d1266932f9.tar.zst php-mozart-18761d9b67a09c0148ae606da10db0d1266932f9.zip | |
feat(resolver): integrate pubgrub dependency resolver
Add dependency resolution module using pubgrub v0.3.0 to convert
Composer-style constraints into range-based version solving. Includes
ComposerVersion type with stability ordering, MozartProvider
implementing DependencyProvider, platform package handling, stability
filtering, and conflict support via complement ranges.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'crates/mozart/Cargo.toml')
| -rw-r--r-- | crates/mozart/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 9432c4a..0b385fa 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -10,6 +10,7 @@ colored = "3.1.1" dialoguer = "0.12.0" flate2 = "1" md5 = "0.7" +pubgrub = "0.3.0" regex = "1.12.3" reqwest = { version = "0.13.2", features = ["blocking", "json"] } serde = { version = "1.0.228", features = ["derive"] } |
