From df99d0f5d415490ef7e79362c3b694e8cc8af903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Thu, 16 Mar 2023 17:39:27 +0300 Subject: [PATCH] added phpunit 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36120e3..ea82b36 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "vlucas/phpdotenv": "^5.4.1" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5|^10.0", "orchestra/testbench": "^7.4|^8.0", "vimeo/psalm": "^4.23" },