From 5f059ebb92360962c8f3546f30c71abf9525e6c5 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Wed, 28 Feb 2024 19:03:25 +0200 Subject: [PATCH] Up min version of phpunit/phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e804e8..3e28ff1 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.5", "vimeo/psalm": ">=5.8" }, "scripts": {