From 11a3d22f63dc6d9feaadfedddc6e835434f06d52 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 6 Feb 2023 10:55:37 -0500 Subject: [PATCH] Restricting the test pack to 9.5 until symfony/phpunit-bridge supports 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e3bbc44..627f70b 100644 --- a/composer.json +++ b/composer.json @@ -4,13 +4,13 @@ "license": "MIT", "description": "A pack for functional and end-to-end testing within a Symfony app", "require": { - "phpunit/phpunit": "*", + "phpunit/phpunit": "^9.5", "symfony/browser-kit": "*", "symfony/css-selector": "*", "symfony/phpunit-bridge": "*" }, "require-dev": { - "phpunit/phpunit": "*", + "phpunit/phpunit": "^9.5", "symfony/browser-kit": "*", "symfony/css-selector": "*", "symfony/phpunit-bridge": "*"