From 7972612aa76d399fc7d8a91b80320753b498b88a Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Tue, 13 Feb 2024 13:01:50 +0100 Subject: [PATCH] Stick to PHPUnit 10 for now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c10156f..79023fb 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "laravel/legacy-factories": "^1.0.4", "mockery/mockery": "^1.3.3", "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0" + "phpunit/phpunit": "^9.0 || ^10.0" }, "minimum-stability": "dev", "prefer-stable": true,