From 379fe451543917a59c14398242353b5bb206ade7 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Thu, 23 Feb 2023 23:08:22 +0200 Subject: [PATCH] Pin PHPUnit to 9.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5525e3e..960dab8 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "symfony/polyfill-php82": "^1.27" }, "require-dev": { - "phpunit/phpunit": "^7.5 | ^8.5 | ^9.5", + "phpunit/phpunit": "^7.5 | ^8.5 | 9.5.*", "psy/psysh": "*", "sandfox.dev/code-standard": "^1", "squizlabs/php_codesniffer": "*",