From d81084d4239ea4ce0920a2a142e1f98a9d589fc8 Mon Sep 17 00:00:00 2001 From: Daan van den Berg Date: Thu, 28 Mar 2024 12:14:48 +0100 Subject: [PATCH] Allow phpunit 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 155cfec..c3fefee 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "symfony/config": "^5.4 || ^6.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.6 || ^10.0" + "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0" }, "conflict": { - "phpunit/phpunit": "<9.6 || >=11.0" + "phpunit/phpunit": "<9.6 || >=12.0" }, "autoload": { "psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" },