aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer/project_installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/installer/project_installer.rs')
-rw-r--r--crates/shirabe/src/installer/project_installer.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/shirabe/src/installer/project_installer.rs b/crates/shirabe/src/installer/project_installer.rs
index 6f794af..ad2c3a6 100644
--- a/crates/shirabe/src/installer/project_installer.rs
+++ b/crates/shirabe/src/installer/project_installer.rs
@@ -1,11 +1,11 @@
//! ref: composer/src/Composer/Installer/ProjectInstaller.php
-use crate::downloader::download_manager::DownloadManager;
-use crate::installer::installer_interface::InstallerInterface;
-use crate::package::package_interface::PackageInterface;
-use crate::repository::installed_repository_interface::InstalledRepositoryInterface;
-use crate::util::filesystem::Filesystem;
-use shirabe_external_packages::react::promise::promise_interface::PromiseInterface;
+use crate::downloader::DownloadManager;
+use crate::installer::InstallerInterface;
+use crate::package::PackageInterface;
+use crate::repository::InstalledRepositoryInterface;
+use crate::util::Filesystem;
+use shirabe_external_packages::react::promise::PromiseInterface;
use shirabe_php_shim::InvalidArgumentException;
#[derive(Debug)]