From 8a7168243e39824a564ca513c5523f04b2387c1c Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 5 Mar 2024 16:28:06 +0100 Subject: [PATCH] chore: allow PHPUnit 11, only use "symfony/phpunit-bridge" 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 87c9202..49afaaf 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ "require-dev": { "phpspec/prophecy": "^1.8", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.6 || ^10.4", + "phpunit/phpunit": "^9.6.17 || ^10.5.11 || ^11.0.4", "symfony/dotenv": "^5.4 || ^6.3 || ^7.0", - "symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0", + "symfony/phpunit-bridge": "^7.0", "symfony/yaml": "^5.4 || ^6.3 || ^7.0" }, "suggest": {