From 416e5783c6d0b051216bcc9fcf3ea8a13a0a9ae4 Mon Sep 17 00:00:00 2001 From: Dan Deboer Date: Wed, 27 Mar 2024 08:28:58 -0400 Subject: [PATCH] fix: phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 290dadd..418d978 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "laravel/pint": "^1.5", "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5|^10.5" }, "autoload": { "psr-4": {