From d3ea82678e426ca4c50cad56307287bcb544dd34 Mon Sep 17 00:00:00 2001 From: Subh Aush Singh Date: Tue, 17 Feb 2026 12:58:01 +0530 Subject: [PATCH] chore: remove redundant ext-json requirement (bundled since PHP 8.0) Signed-off-by: Subh Aush Singh --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 028a493b6f564..1696c568e0b62 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "ext-dom": "*", "ext-fileinfo": "*", "ext-gd": "*", - "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*",