From bd4844df0430cb602dca0a43a6d1bea0ba850bf4 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Mon, 22 Jul 2024 13:10:07 -0400 Subject: [PATCH] Allow phpunit 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35483e1..f3a4ce6 100755 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "ext-json": "*", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5|^10", "orchestra/testbench": "^5.20|^6.24|^7.10|^8|9.x-dev|10.x-dev|dev-master", "friendsofphp/php-cs-fixer": "^3.0" },