From cb06bbc25c663de046d94c15d06bda321fed77d9 Mon Sep 17 00:00:00 2001 From: TJ Miller Date: Tue, 27 Jan 2026 19:34:56 -0500 Subject: [PATCH] Update to Pest v4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5b8b46de..78630ecd 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ } }, "require-dev": { - "pestphp/pest": "^3.0", + "pestphp/pest": "^4.0", "brianium/paratest": "^7.8.4", "laravel/pint": "^1.14", "phpstan/phpstan": "2.1.34", - "pestphp/pest-plugin-arch": "^3.0", - "pestphp/pest-plugin-laravel": "^3.0", + "pestphp/pest-plugin-arch": "^4.0", + "pestphp/pest-plugin-laravel": "^4.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^2.0", "rector/rector": "2.3.3",