From 65534519b1119fa6c7c650c5d504b63982ba2493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Thu, 16 Mar 2023 17:43:53 +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 5a60531..4429e7c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/framework": "^9.0|^10.0" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5|^10.0", "orchestra/testbench": "^7.4|^8.0" }, "autoload": {