diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-24 01:38:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-24 01:38:43 +0900 |
| commit | da068098e7e1d5ef1d068a834a78545217f72394 (patch) | |
| tree | 316df6a73337a37f46440b507d4ad3eebf7baa59 /crates/shirabe/src/command/update_command.rs | |
| parent | a7c90a277235fa825f9cfa137aa281da3c0e9acd (diff) | |
| download | php-shirabe-da068098e7e1d5ef1d068a834a78545217f72394.tar.gz php-shirabe-da068098e7e1d5ef1d068a834a78545217f72394.tar.zst php-shirabe-da068098e7e1d5ef1d068a834a78545217f72394.zip | |
refactor(semver): re-export shirabe-semver at crate root, drop composer::semver stubs
Flatten shirabe-semver's modules into glob re-exports at the crate
root and route all consumers through the short paths. Remove the
duplicate composer::semver stubs from shirabe-external-packages in
favor of the shirabe-semver types.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/command/update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/update_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/update_command.rs b/crates/shirabe/src/command/update_command.rs index 42622bd..4d8c90a 100644 --- a/crates/shirabe/src/command/update_command.rs +++ b/crates/shirabe/src/command/update_command.rs @@ -13,8 +13,8 @@ use shirabe_php_shim::{ InvalidArgumentException, PhpMixed, RuntimeException, array_filter, array_intersect, array_keys, array_merge_map, array_search_in_vec, count, empty, in_array, sprintf, strtolower, }; +use shirabe_semver::Intervals; use shirabe_semver::constraint::MultiConstraint; -use shirabe_semver::intervals::Intervals; use std::cell::RefCell; use std::rc::Rc; |
