From 668e7bd9b55e3fb2091c1a2a2808e3a83640ad84 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Sun, 25 Feb 2024 00:01:35 +0100 Subject: [PATCH] Fix test suite on PHP 8.1 with dual PHPunit 10/11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54e4012..e5c2a3b 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpstan/phpstan-doctrine": "^1.3.54", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-symfony": "^1.3.6", - "phpunit/phpunit": "^11.0.3", + "phpunit/phpunit": "^10.5.10 || ^11.0.3", "ruflin/elastica": "^6.2|^7.3.1", "symfony/browser-kit": "^6.3|^7.0", "symfony/css-selector": "^6.3|^7.0",