From af388042fdf2c124d384af52cccc65c6b900a42d Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Tue, 12 Mar 2024 11:21:11 -0400 Subject: [PATCH] only use phpunit 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42e46abeb73..320e32503f2 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "laravel/pint": "^1.0", "mockery/mockery": "^1.3.3", "orchestra/testbench": "^8.0 || ^9.x-dev", - "phpunit/phpunit": "^9.0 || ^10.0" + "phpunit/phpunit": "^10.0" }, "config": { "optimize-autoloader": true,