From 4baa241b4bc58e38b9ea89295e0fa5c4aa740729 Mon Sep 17 00:00:00 2001 From: Josh Hanley Date: Tue, 14 May 2024 06:48:06 +1000 Subject: [PATCH] Add phpunit 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47215d5..804b4f2 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "spatie/laravel-ray": "^1.19", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.0|^10.0", "orchestra/testbench-dusk": "^8.0|^9.0", "orchestra/testbench": "^8.0|^9.0", "psy/psysh": "^0.11.18",