From 4d140b02587d75127917f1bc9c38e31c1336e1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:50:19 +0000 Subject: [PATCH] Update pestphp/pest-plugin-laravel requirement from ^4.0 to ^4.1 Updates the requirements on [pestphp/pest-plugin-laravel](https://github.com/pestphp/pest-plugin-laravel) to permit the latest version. - [Commits](https://github.com/pestphp/pest-plugin-laravel/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pestphp/pest-plugin-laravel 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 3a921ae..23207e1 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "orchestra/testbench": "^10.9", "orchestra/workbench": "^10.0.8", "pestphp/pest": "^4.3", - "pestphp/pest-plugin-laravel": "^4.0", + "pestphp/pest-plugin-laravel": "^4.1", "phpstan/phpstan": "^2.1.33", "phpunit/phpunit": "^12.5.4" },