From 884ea816c5c5fe7f7623f460b9c0bd3b454c7d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:28:03 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^1.20 || ^2.0 to ^3.2.5 --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd37f3a4..19871078 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require-dev": { "ext-json": "*", "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0", - "pestphp/pest": "^1.20 || ^2.0" + "pestphp/pest": "^3.2.5" }, "minimum-stability": "dev", "prefer-stable": true,