diff options
Diffstat (limited to 'crates/shirabe/src/installer.rs')
| -rw-r--r-- | crates/shirabe/src/installer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/installer.rs b/crates/shirabe/src/installer.rs index 22da3fff..4ff6af3d 100644 --- a/crates/shirabe/src/installer.rs +++ b/crates/shirabe/src/installer.rs @@ -34,11 +34,11 @@ pub use suggested_packages_reporter::*; use crate::io::io_interface; use indexmap::IndexMap; -use shirabe_external_packages::seld::json_lint::ParsingException; use shirabe_php_shim::{ PhpMixed, RuntimeException, array_map, array_unique, implode, intval, is_dir, is_numeric, strcmp, strpos, strtolower, touch, usort, }; +use shirabe_seld_json_lint::ParsingException; use shirabe_semver; use crate::advisory::AuditConfig; |
