From 72b661689edce0639f4707c1433b6a3d05fcde0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:45:40 +0000 Subject: [PATCH] Update codeception/module-phpbrowser requirement from ^1.0 || ^2.0 to ^1.0 || ^2.0 || ^3.0 --- updated-dependencies: - dependency-name: codeception/module-phpbrowser 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 80d9aff..574f460 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "codeception/codeception": "^4.2 || ^5.0", "codeception/module-asserts": "^1.3 || ^2.0", - "codeception/module-phpbrowser": "^1.0 || ^2.0", + "codeception/module-phpbrowser": "^1.0 || ^2.0 || ^3.0", "codeception/stub": "^3.0 || ^4.0", "friendsofphp/php-cs-fixer": "^3.0", "mockery/mockery": "^1.5",