From eea0fb97f705e8d8ec043116d1d9eeae30cb1429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Thu, 11 Jan 2024 14:12:15 +0100 Subject: [PATCH] Support uuid on PHP 8.3 --- layers/uuid/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/uuid/config.json b/layers/uuid/config.json index a5a35316..eea4b0f4 100644 --- a/layers/uuid/config.json +++ b/layers/uuid/config.json @@ -2,6 +2,7 @@ "php": [ "80", "81", - "82" + "82", + "83" ] }