From efa40a55e7ac1a4b7c2fa85cf05874adee601c0d Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Tue, 19 Dec 2023 14:12:56 -0800 Subject: [PATCH] update bsdiff to make it available for PHP 8.3 --- layers/bsdiff/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/bsdiff/config.json b/layers/bsdiff/config.json index a5a35316..eea4b0f4 100644 --- a/layers/bsdiff/config.json +++ b/layers/bsdiff/config.json @@ -2,6 +2,7 @@ "php": [ "80", "81", - "82" + "82", + "83" ] }