From 3b6f41996a050b7c02ce1fcd46589f508666238d Mon Sep 17 00:00:00 2001 From: ahoiroman Date: Fri, 22 Aug 2025 08:47:41 +0200 Subject: [PATCH] Add pest 4 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 91162b6..a648fa1 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ "illuminate/http": "^10.0|^11.0.3|^12.0", "illuminate/support": "^10.0|^11.0.3|^12.0", "illuminate/testing": "^10.0|^11.0.3|^12.0", - "pestphp/pest": "^2.0|^3.0", - "pestphp/pest-plugin": "^2.0|^3.0", - "pestphp/pest-plugin-laravel": "^2.0|^3.0" + "pestphp/pest": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0" }, "autoload": { "psr-4": {