From 5dc27a6afa98cfa91c4555f20b35800b2b2ff087 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jul 2026 05:56:02 +0200 Subject: update to 11.5.56 --- composer.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 67bb8ae..de8ce2c 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "other", + "url": "https://phpunit.de/sponsoring.html" + } + ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy" @@ -24,10 +30,10 @@ "require": { "php": ">=8.2", "ext-dom": "*", + "ext-filter": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", @@ -54,6 +60,17 @@ "platform": { "php": "8.2.0" }, + "policy": { + "malware": { + "audit": "fail" + }, + "security-advisory": { + "audit": "fail" + }, + "abandoned": { + "audit": "fail" + } + }, "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true -- cgit