From 69eda522c8f673a9960000b85458fd21d628d36a Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 4 Aug 2025 01:09:38 +0200 Subject: [PATCH] Mention php extension filter (#4608) While trying around to minimize my installation, I noticed that this extension is nowhere mentioned. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cafcd085..8d41c51b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-dom": "*", - "ext-json": "*" + "ext-json": "*", + "ext-filter": "*" }, "require-dev": { "phpunit/phpunit": "^9",