From 0dc17c46b36918f87e4ddeae6c238ed5575b4ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:22:59 +0000 Subject: [PATCH] build(deps-dev): update pestphp/pest requirement from ^2.20 to ^3.5 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/v2.20.0...v3.5.0) --- 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 71ad2115..77e68e89 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "spatie/mjml-php": "^1.2" }, "require-dev": { - "pestphp/pest": "^2.20", + "pestphp/pest": "^3.5", "laravel/pint": "^1.0", "spatie/ray": "^1.28" },