From a8ac9d53d2248aa19474d4bec6aaff2c4b8c0b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:50:35 +0000 Subject: [PATCH] Update pestphp/pest-plugin-browser requirement from ^4.3 to ^5.0 Updates the requirements on [pestphp/pest-plugin-browser](https://github.com/pestphp/pest-plugin-browser) to permit the latest version. - [Commits](https://github.com/pestphp/pest-plugin-browser/compare/v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: pestphp/pest-plugin-browser dependency-version: 5.0.1 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 56ef665..bfb84e9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "laravel/pint": "^1.29", "orchestra/testbench": "^10.0||^11.0", "pestphp/pest": "^4.6||^5.0", - "pestphp/pest-plugin-browser": "^4.3", + "pestphp/pest-plugin-browser": "^5.0", "pestphp/pest-plugin-laravel": "^4.1||^5.0", "pestphp/pest-plugin-type-coverage": "^4.0||^5.0", "phpstan/extension-installer": "^1.4"