From 42227b172506e418db3c5aa7467315894a6bc9b8 Mon Sep 17 00:00:00 2001 From: October CMS Date: Thu, 21 Sep 2023 13:30:41 +1000 Subject: [PATCH] Allow phpunit 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 518b862e2..837df2c5b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "laravel/framework": "^9.0|^10.0", - "phpunit/phpunit": "^8.0|^9.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0", "meyfa/phpunit-assert-gd": "^2.0.0|^3.0.0", "phpbench/phpbench": "^1.2" },