From 7cb54b8d2cc04ddfe790d5080acebf1b722f6c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 16 Feb 2026 21:07:09 +0100 Subject: [PATCH] Bump PHPUnit patch version There has been a CVE that prevents the installation of the versions we required. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f66fc18..4fc4418 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "jackalope/jackalope-fs": "*", "fig/log-test": "^1", "phpstan/phpstan": "2.1.31", - "phpunit/phpunit": "10.5.45 || 12.4.0", + "phpunit/phpunit": "10.5.63 || 12.5.12", "symfony/cache": "^6.4 || ^7", "symfony/var-exporter": "^6.4 || ^7" },