From 5cfa2cc90122e5027fdc51ac8febfb71d0df65ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:45:40 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^3.0 to ^4.7 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.7.0) --- updated-dependencies: - dependency-name: pestphp/pest dependency-version: 4.7.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 5d60c85..7a3f0bd 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "laravel/pint": "^1.0", "orchestra/testbench": "^10.4 || ^11.0", - "pestphp/pest": "^3.0", + "pestphp/pest": "^4.7", "spatie/ray": "^1.28" }, "autoload": {