From b57726f278e2f0e085db55b11705ea204b3cb35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:18:06 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^1.3.2 to ^3.2.3 Updates the requirements on [pestphp/pest](https://github.com/pestphp/pest) to permit the latest version. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v1.3.2...v3.2.3) --- 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 c7cbec8..f51ffef 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^7.1 || ^8.0" }, "require-dev": { - "pestphp/pest": "^1.3.2" + "pestphp/pest": "^3.2.3" }, "config": { "sort-packages": true