aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/mod.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-06 21:22:22 +0900
committernsfisis <nsfisis@gmail.com>2026-06-06 21:33:05 +0900
commit8bd02532cd04ee12d7595029c206f3dc5ab9dd96 (patch)
tree5f9897bfefcb9a503d92560311c4d95ee620a025 /crates/shirabe/src/util/mod.rs
parentc0b743c8d75813003756a72d2fdd110de8368b5f (diff)
downloadphp-shirabe-8bd02532cd04ee12d7595029c206f3dc5ab9dd96.tar.gz
php-shirabe-8bd02532cd04ee12d7595029c206f3dc5ab9dd96.tar.zst
php-shirabe-8bd02532cd04ee12d7595029c206f3dc5ab9dd96.zip
chore(shirabe): remove ports of PHP @deprecated APIs
Composer does not use its own deprecated APIs internally, so drop their Rust ports: whole deprecated classes, methods, constants, and field. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/util/mod.rs')
-rw-r--r--crates/shirabe/src/util/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/src/util/mod.rs b/crates/shirabe/src/util/mod.rs
index 633928b..d34fce5 100644
--- a/crates/shirabe/src/util/mod.rs
+++ b/crates/shirabe/src/util/mod.rs
@@ -15,7 +15,6 @@ pub mod http;
pub mod http_downloader;
pub mod ini_helper;
pub mod r#loop;
-pub mod metadata_minifier;
pub mod no_proxy_pattern;
pub mod package_info;
pub mod package_sorter;
@@ -28,7 +27,6 @@ pub mod stream_context_factory;
pub mod svn;
pub mod sync_helper;
pub mod tar;
-pub mod tls_helper;
pub mod url;
pub mod zip;
@@ -48,7 +46,6 @@ pub use hg::*;
pub use http::*;
pub use http_downloader::*;
pub use ini_helper::*;
-pub use metadata_minifier::*;
pub use no_proxy_pattern::*;
pub use package_info::*;
pub use package_sorter::*;
@@ -61,6 +58,5 @@ pub use stream_context_factory::*;
pub use svn::*;
pub use sync_helper::*;
pub use tar::*;
-pub use tls_helper::*;
pub use url::*;
pub use zip::*;