diff options
Diffstat (limited to 'crates/shirabe-php-rpc/src')
| -rw-r--r-- | crates/shirabe-php-rpc/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-rpc/src/lib.rs b/crates/shirabe-php-rpc/src/lib.rs index 47304ba8..b2bc2c28 100644 --- a/crates/shirabe-php-rpc/src/lib.rs +++ b/crates/shirabe-php-rpc/src/lib.rs @@ -1007,6 +1007,10 @@ const STUB_FILES: &[(&str, &str)] = &[ "../php/stubs/Composer/DependencyResolver/Operation/MarkAliasUninstalledOperation.php" ), ), + ( + "Composer/Util/Filesystem.php", + include_str!("../php/stubs/Composer/Util/Filesystem.php"), + ), ]; /// Hand-written worker-side classes (two-world implementations with behavior of their own, not |
