diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-22 16:37:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-22 16:37:49 +0900 |
| commit | b696eb7608d921ae0e14a4296e412c33340ceee8 (patch) | |
| tree | 9a6937bed42ee550553fdb118b9281d00cdce4d9 /Cargo.lock | |
| parent | 6490fe43676919bc1dcc8659ec4e52da225f92e6 (diff) | |
| download | php-mozart-b696eb7608d921ae0e14a4296e412c33340ceee8.tar.gz php-mozart-b696eb7608d921ae0e14a4296e412c33340ceee8.tar.zst php-mozart-b696eb7608d921ae0e14a4296e412c33340ceee8.zip | |
refactor: reorganize crates to match Composer subpackage structure
Rename mozart-constraint to mozart-semver (mirrors composer/semver) and
extract mozart-class-map-generator from mozart-autoload (mirrors
composer/class-map-generator). No logic changes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1078,9 +1078,9 @@ dependencies = [ "colored", "mozart-archiver", "mozart-autoload", - "mozart-constraint", "mozart-core", "mozart-registry", + "mozart-semver", "predicates", "regex", "reqwest", @@ -1114,15 +1114,20 @@ version = "0.1.0" dependencies = [ "anyhow", "md5", + "mozart-class-map-generator", "mozart-registry", - "regex", "serde_json", "tempfile", ] [[package]] -name = "mozart-constraint" +name = "mozart-class-map-generator" version = "0.1.0" +dependencies = [ + "anyhow", + "regex", + "tempfile", +] [[package]] name = "mozart-core" @@ -1153,9 +1158,9 @@ dependencies = [ "filetime", "flate2", "md5", - "mozart-constraint", "mozart-core", "mozart-metadata-minifier", + "mozart-semver", "pubgrub", "reqwest", "serde", @@ -1168,6 +1173,10 @@ dependencies = [ ] [[package]] +name = "mozart-semver" +version = "0.1.0" + +[[package]] name = "mozart-spdx-licenses" version = "0.1.0" dependencies = [ |
