diff --git a/composer.json b/composer.json index 5b8635e..6339cb7 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "ext-zip": "*", "ext-xml": "*", "codeception/codeception": "^5.0", - "codeception/module-webdriver": "^3.2" + "codeception/module-webdriver": "^3.2 || 4" }, "require-dev": { "phpunit/phpunit": "^9.5" diff --git a/composer.lock b/composer.lock index cff0053..61c02dd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "efbdd081db9a4d669b6f5116f09dc907", + "content-hash": "77bd43b49cf8ba5ee49f9b9bbfe4f51a", "packages": [ { "name": "behat/gherkin", @@ -296,16 +296,16 @@ }, { "name": "codeception/module-webdriver", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2" + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2", - "reference": "8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/59b6fe426dddbe889c23593f8698c52e08bba6e9", + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9", "shasum": "" }, "require": { @@ -315,7 +315,8 @@ "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "php-webdriver/webdriver": "^1.8.0" + "php-webdriver/webdriver": "^1.8.0", + "phpunit/phpunit": "^9.5" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" @@ -350,9 +351,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/3.2.0" + "source": "https://github.com/Codeception/module-webdriver/tree/3.2.1" }, - "time": "2022-10-15T19:19:42+00:00" + "time": "2023-02-03T21:46:32+00:00" }, { "name": "codeception/stub", @@ -3849,7 +3850,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -3859,6 +3860,6 @@ "ext-zip": "*", "ext-xml": "*" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }