From c6041f622b040fc1daab67068f884f03f33e782c Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 27 Jul 2024 15:03:59 +0200 Subject: [PATCH] Use phpunit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b1597a7..4bd9ac7d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-strict-rules": "^1.4.4", "phpstan/phpstan-symfony": "^1.2.16", "phpstan/phpstan-webmozart-assert": "^1.2.2", - "phpunit/phpunit": "^9.5.26 || ^10.0.9", + "phpunit/phpunit": "^9.5.26 || ^11.3", "psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-symfony": "^5.0.0", "rector/rector": "^1.0.0",