From 79b411baac38d8a30c225f35045662b7ebc992c7 Mon Sep 17 00:00:00 2001 From: Shyim <github@shyim.de> Date: Mon, 3 Jun 2024 09:21:48 +0200 Subject: [PATCH] block phpunit bridge update --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f7422b6..1b0e36c 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "symfony/symfony": "*", "symfony/cache": "6.2.3 || 5.4.17", "symfony/messenger": "6.3.5", - "zircote/swagger-php": "4.8.7" + "zircote/swagger-php": "4.8.7", + "symfony/phpunit-bridge": "6.4.8 || 7.0.8" } -} \ No newline at end of file +}