From 24a47d586b81a7a9a21fe8aad88b20948e6856cf Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 8 Apr 2024 14:10:48 +0200 Subject: [PATCH] remove conflict with phpunit < 10 and document what version is needed for WebServerSubscriber --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 54a4f00d..cf648e03 100644 --- a/composer.json +++ b/composer.json @@ -41,12 +41,12 @@ }, "conflict": { "toflar/psr6-symfony-http-cache-store": "<2.2.1", - "phpunit/phpunit": "<10", "guzzlehttp/psr7": "<2" }, "suggest": { "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework", - "monolog/monolog": "For logging issues while invalidating" + "monolog/monolog": "For logging issues while invalidating", + "phpunit/phpunit": "To build tests with the WebServerSubscriber, ^10.0" }, "autoload": { "psr-4": {