aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/downloader/git_downloader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/downloader/git_downloader.rs')
-rw-r--r--crates/shirabe/src/downloader/git_downloader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/src/downloader/git_downloader.rs b/crates/shirabe/src/downloader/git_downloader.rs
index 0becf427..dd5f4e41 100644
--- a/crates/shirabe/src/downloader/git_downloader.rs
+++ b/crates/shirabe/src/downloader/git_downloader.rs
@@ -23,6 +23,8 @@ use shirabe_php_shim::{
php_regex, preg_quote, realpath, rtrim, strlen, strpos, substr, trim, version_compare,
};
+shirabe_php_shim::impl_php_class!(GitDownloader, r"Composer\Downloader\GitDownloader");
+
#[derive(Debug)]
pub struct GitDownloader {
inner: VcsDownloaderBase,