diff options
Diffstat (limited to 'crates/shirabe-php-rpc/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-rpc/src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/shirabe-php-rpc/src/lib.rs b/crates/shirabe-php-rpc/src/lib.rs index ef11d542..4f9ba6b5 100644 --- a/crates/shirabe-php-rpc/src/lib.rs +++ b/crates/shirabe-php-rpc/src/lib.rs @@ -579,6 +579,14 @@ const STUB_FILES: &[(&str, &str)] = &[ include_str!("../php/stubs/Composer/Composer.php"), ), ( + "Composer/Config.php", + include_str!("../php/stubs/Composer/Config.php"), + ), + ( + "Composer/Downloader/DownloadManager.php", + include_str!("../php/stubs/Composer/Downloader/DownloadManager.php"), + ), + ( "Composer/IO/BaseIO.php", include_str!("../php/stubs/Composer/IO/BaseIO.php"), ), |
