From aef1082f01520d2e0b1ee21843f789f7c2ed609e Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Mon, 28 Oct 2024 14:07:57 -0400 Subject: [PATCH] minor: fix test deprecations (#28) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5843580..e8d6105 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ }, "require-dev": { "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^9.5", - "symfony/phpunit-bridge": "^6.3" + "phpunit/phpunit": "^9.5.21", + "symfony/phpunit-bridge": "^6.3|^7.0" }, "config": { "preferred-install": "dist",