From 4d93f78847675fa2dc5f371d45f181b013791ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 25 May 2026 22:11:48 +0200 Subject: [PATCH] Update test environment to fix tests on legacy PHP 7.2 with PHPUnit 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b9ebf1e..d00e12a2 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,6 @@ , "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0" } , "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36" } }