aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/plugin-stub-generator
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/plugin-stub-generator')
-rw-r--r--scripts/plugin-stub-generator/guard-exemptions.list4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/plugin-stub-generator/guard-exemptions.list b/scripts/plugin-stub-generator/guard-exemptions.list
index 90adcb20..7ca14fd9 100644
--- a/scripts/plugin-stub-generator/guard-exemptions.list
+++ b/scripts/plugin-stub-generator/guard-exemptions.list
@@ -12,3 +12,7 @@ Composer\Package\Link
# the dual-mode Composer\EventDispatcher\Event (php/runtime/) carries a natively constructed event
# to the Rust side as a P-table entity.
Composer\Plugin\PreCommandRunEvent
+
+# The wire codec revives values of this class from the object record serialize() writes for them
+# (php/runtime/Shirabe/MaterializedValue.php), so the real declaration has to stay loadable.
+Composer\Util\Http\Response