From 64e02ef08f0f479937fc194f79eac997327a79dd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 11:15:55 +0900 Subject: refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-symfony-filesystem crate Move `Symfony\Component\Filesystem` out of shirabe-external-packages and into its own crate, so the path is `shirabe_symfony_filesystem::Filesystem` instead of `shirabe_external_packages::symfony::filesystem::Filesystem`. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/Cargo.toml') diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 64aa14e0..17b348ce 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -12,6 +12,7 @@ shirabe-php-rpc.workspace = true shirabe-php-shim.workspace = true shirabe-semver.workspace = true shirabe-spdx-licenses.workspace = true +shirabe-symfony-filesystem.workspace = true shirabe-symfony-process.workspace = true anyhow.workspace = true async-trait.workspace = true -- cgit v1.3.1-4-g156e