From e51f170074c77d3d7d1b49f08f84ff2a581678dc Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 26 Jan 2026 14:53:08 +0000 Subject: [PATCH] Update `orchestra/testbench` constraint in `make:addon` stub --- src/Console/Commands/stubs/addon/composer.json.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/stubs/addon/composer.json.stub b/src/Console/Commands/stubs/addon/composer.json.stub index 2755b2c9624..996e8429014 100644 --- a/src/Console/Commands/stubs/addon/composer.json.stub +++ b/src/Console/Commands/stubs/addon/composer.json.stub @@ -14,7 +14,7 @@ "statamic/cms": "^6.0" }, "require-dev": { - "orchestra/testbench": "^9.2 || ^10.0" + "orchestra/testbench": "^10.8" }, "config": { "allow-plugins": {