From 53d34433cf2dba21af13ad86dc122277c3208fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Thu, 16 Mar 2023 16:52:01 +0300 Subject: [PATCH] fixed phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3c2b7cd8..d2dbeb7e5 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "fakerphp/faker": "^1.20", "mockery/mockery": "^1.4", "nunomaduro/collision": "^7.1", - "phpunit/phpunit": "^9.5|^10.0", + "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0", "wnx/laravel-stats": "^2.11" },