From 5860c6e1406f72282288dd84466efc811fe986ba Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 13 Feb 2025 20:27:13 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 204e66a..c3a6878 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "statamic/cms": "^5.0" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.1|^8.0|^9.0", + "orchestra/testbench": "^6.9|^7.1|^8.0|^9.0|^10.0", "pestphp/pest": "^1.22", "spatie/pest-plugin-snapshots": "^1.1" },