From 445b5d6543a79b57f3363564a009030f0c7f9366 Mon Sep 17 00:00:00 2001 From: KimSpeer Date: Mon, 9 Sep 2024 13:33:11 +0200 Subject: [PATCH] upgrade pest --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 561319666..1ee21a346 100644 --- a/composer.json +++ b/composer.json @@ -55,9 +55,9 @@ "nunomaduro/collision": "^8.0", "larastan/larastan": "^2.6", "orchestra/testbench": "^9.0", - "pestphp/pest": "^2.0", + "pestphp/pest": "^3.0", "pestphp/pest-plugin-laravel": "^2.0", - "pestphp/pest-plugin-livewire": "^2.0", + "pestphp/pest-plugin-livewire": "^3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.0",