aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installed_versions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/installed_versions.rs')
-rw-r--r--crates/shirabe/src/installed_versions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/installed_versions.rs b/crates/shirabe/src/installed_versions.rs
index 33286ad..3e43f90 100644
--- a/crates/shirabe/src/installed_versions.rs
+++ b/crates/shirabe/src/installed_versions.rs
@@ -8,7 +8,7 @@ use shirabe_php_shim::{
OutOfBoundsException, PhpMixed, array_flip, array_keys, array_merge, call_user_func_array,
implode, is_file, method_exists, php_dir, require_php_file, strtr_array, substr,
};
-use shirabe_semver::version_parser::VersionParser;
+use shirabe_semver::VersionParser;
use crate::autoload::ClassLoader;