From 1215a2763ef950aaac1ffa3c6846637d9302f12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:50:08 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^3.0 to ^4.1 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/4.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pestphp/pest dependency-version: 4.1.0 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 0efd43f..eebc485 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.3" }, "require-dev": { - "pestphp/pest": "^3.0", + "pestphp/pest": "^4.1", "laravel/pint": "^1.0" }, "autoload": {