From 9f6e0a7d2e11e03a2547b96f61307bb158dbb1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:15:34 +0000 Subject: [PATCH] Update codeception/module-phpbrowser requirement from ^3.0.2 to ^4.0.0 Updates the requirements on [codeception/module-phpbrowser](https://github.com/Codeception/module-phpbrowser) to permit the latest version. - [Release notes](https://github.com/Codeception/module-phpbrowser/releases) - [Commits](https://github.com/Codeception/module-phpbrowser/compare/3.0.2...4.0.0) --- updated-dependencies: - dependency-name: codeception/module-phpbrowser dependency-version: 4.0.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 5369b8d..cdbdbec 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "codeception/module-asserts": "^3.3.0", "codeception/module-cli": "^2.0.1", "codeception/module-db": "^3.2.2", - "codeception/module-phpbrowser": "^3.0.2", + "codeception/module-phpbrowser": "^4.0.0", "codeception/module-rest": "^3.4.3", "friendsofphp/php-cs-fixer": "^3.94.2", "phpunit/phpunit": "^11.5.55",