From 1897e28e0601a32f88f965b52062fe5b3bb66255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:11:52 +0000 Subject: [PATCH] chore(deps-dev): update pestphp/pest requirement from ^3.0.1 to ^4.1.0 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.1...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 faf12a1..6a87463 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "laravel/pint": "^1.16", "mockery/mockery": "^1.6.12", "orchestra/testbench": "^9.1.1", - "pestphp/pest": "^3.0.1", + "pestphp/pest": "^4.1.0", "pestphp/pest-plugin-laravel": "*", "rector/rector": "^1.1" },