From 0ca85a509ad9054d2fbd6eac4a22e34ee39ba771 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 7 Jul 2026 08:05:57 +0300 Subject: [PATCH] Revert PHPUnit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37687fe..e28d2bb 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "yiisoft/mutex": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^9.6.35", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.3"