From 586e2c0a48114373bf4174295d54c634e7911e16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Apr 2025 08:36:35 +0200 Subject: update to 0.16.0 --- REFLECTION | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fc1f834..2c89b05 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #68 brotli version 0.15.2 ] { +Extension [ extension #71 brotli version 0.16.0 ] { - Dependencies { Dependency [ apcu (Optional) ] @@ -113,5 +113,43 @@ Extension [ extension #68 brotli version 0.15.2 ] { } } } + + - Classes [2] { + Class [ final class Brotli\Compress\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Brotli\UnCompress\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } } -- cgit