From f9f28c9d267d7d76785924d79bbf9d54544ffef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 28 Jul 2025 16:54:33 +0200 Subject: [PATCH] Use testbench 10.3 This should work around the seeming deprecation of test annotations (rather than #[Test] attributes) in PHPUnit 12.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3070565..d7551bb5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "laravel/framework": "^10.0|^11.0|^12.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", + "orchestra/testbench": "^8.0|^9.0|10.3", "league/flysystem-aws-s3-v3": "^3.12.2", "doctrine/dbal": "^3.6.0", "spatie/valuestore": "^1.3.2"