diff --git a/composer.json b/composer.json index a22035c4fced2740404823be056c4550a028fbc1..4202decb39a13986a2b16606eab2661311c84afb 100644 --- a/composer.json +++ b/composer.json @@ -101,16 +101,16 @@ }, "require-dev": { "bnf/phpstan-psr-container": "^1.0.1", - "codeception/codeception": "^5.0.13", + "codeception/codeception": "^5.1.1", "codeception/lib-asserts": "^2.1.0", "codeception/module-asserts": "^3.0.0", "codeception/module-cli": "^2.0.1", "codeception/module-filesystem": "^3.0.1", - "codeception/module-webdriver": "^4.0.0", + "codeception/module-webdriver": "^4.0.1", "composer/composer": "^2.6.5", "friendsofphp/php-cs-fixer": "^3.50", "friendsoftypo3/phpstan-typo3": "^0.9.0", - "php-webdriver/webdriver": "^1.14.0", + "php-webdriver/webdriver": "^1.15.1", "phpstan/phpdoc-parser": "^1.26.0", "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-phpunit": "^1.3.16", diff --git a/composer.lock b/composer.lock index a4a8d77b468e1942f07104b2dd95b1a7e8be7a4c..4898df569b53b21b4b22dc1f51b53310128aede6 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": "279577a4c4ca051c8fb951f61af96169", + "content-hash": "809d18c36a24506af8750eff5f18ef13", "packages": [ { "name": "bacon/bacon-qr-code", @@ -4958,16 +4958,16 @@ }, { "name": "codeception/codeception", - "version": "5.0.13", + "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "713a90195efa2926566e24bfc623da703ff42bba" + "reference": "fcfa1d0ec2eb7439e5290fd3ea685b5d1f90075a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/713a90195efa2926566e24bfc623da703ff42bba", - "reference": "713a90195efa2926566e24bfc623da703ff42bba", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/fcfa1d0ec2eb7439e5290fd3ea685b5d1f90075a", + "reference": "fcfa1d0ec2eb7439e5290fd3ea685b5d1f90075a", "shasum": "" }, "require": { @@ -4978,13 +4978,13 @@ "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "phpunit/php-code-coverage": "^9.2 || ^10.0", - "phpunit/php-text-template": "^2.0 || ^3.0", - "phpunit/php-timer": "^5.0.3 || ^6.0", - "phpunit/phpunit": "^9.5.20 || ^10.0", + "phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0", + "phpunit/php-text-template": "^2.0 || ^3.0 || ^4.0", + "phpunit/php-timer": "^5.0.3 || ^6.0 || ^7.0", + "phpunit/phpunit": "^9.5.20 || ^10.0 || ^11.0", "psy/psysh": "^0.11.2 || ^0.12", - "sebastian/comparator": "^4.0.5 || ^5.0", - "sebastian/diff": "^4.0.3 || ^5.0", + "sebastian/comparator": "^4.0.5 || ^5.0 || ^6.0", + "sebastian/diff": "^4.0.3 || ^5.0 || ^6.0", "symfony/console": ">=4.4.24 <8.0", "symfony/css-selector": ">=4.4.24 <8.0", "symfony/event-dispatcher": ">=4.4.24 <8.0", @@ -5062,7 +5062,7 @@ ], "support": { "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/5.0.13" + "source": "https://github.com/Codeception/Codeception/tree/5.1.1" }, "funding": [ { @@ -5070,7 +5070,7 @@ "type": "open_collective" } ], - "time": "2023-12-22T19:32:40+00:00" + "time": "2024-02-23T21:42:47+00:00" }, { "name": "codeception/lib-asserts", @@ -5128,30 +5128,30 @@ }, { "name": "codeception/lib-web", - "version": "1.0.2", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/Codeception/lib-web.git", - "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae" + "reference": "01ff7f9ed8760ba0b0805a0b3a843b4e74165a60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-web/zipball/f488ff9bc08c8985d43796db28da0bd18813bcae", - "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae", + "url": "https://api.github.com/repos/Codeception/lib-web/zipball/01ff7f9ed8760ba0b0805a0b3a843b4e74165a60", + "reference": "01ff7f9ed8760ba0b0805a0b3a843b4e74165a60", "shasum": "" }, "require": { "ext-mbstring": "*", "guzzlehttp/psr7": "^2.0", "php": "^8.0", - "symfony/css-selector": ">=4.4.24 <7.0" + "phpunit/phpunit": "^9.5 | ^10.0 | ^11.0", + "symfony/css-selector": ">=4.4.24 <8.0" }, "conflict": { "codeception/codeception": "<5.0.0-alpha3" }, "require-dev": { - "php-webdriver/webdriver": "^1.12", - "phpunit/phpunit": "^9.5 | ^10.0" + "php-webdriver/webdriver": "^1.12" }, "type": "library", "autoload": { @@ -5175,9 +5175,9 @@ ], "support": { "issues": "https://github.com/Codeception/lib-web/issues", - "source": "https://github.com/Codeception/lib-web/tree/1.0.2" + "source": "https://github.com/Codeception/lib-web/tree/1.0.6" }, - "time": "2023-04-18T20:32:51+00:00" + "time": "2024-02-06T20:50:08+00:00" }, { "name": "codeception/module-asserts", @@ -5338,16 +5338,16 @@ }, { "name": "codeception/module-webdriver", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "c092fa4f686381d0621407c0136d608c2b419b85" + "reference": "68bd12857f2b3321d3114c3c87c9ad9345b3bd5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/c092fa4f686381d0621407c0136d608c2b419b85", - "reference": "c092fa4f686381d0621407c0136d608c2b419b85", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/68bd12857f2b3321d3114c3c87c9ad9345b3bd5e", + "reference": "68bd12857f2b3321d3114c3c87c9ad9345b3bd5e", "shasum": "" }, "require": { @@ -5357,8 +5357,8 @@ "ext-json": "*", "ext-mbstring": "*", "php": "^8.1", - "php-webdriver/webdriver": "^1.8.0", - "phpunit/phpunit": "^10.0" + "php-webdriver/webdriver": "^1.14.0", + "phpunit/phpunit": "^10.0 || ^11.0" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" @@ -5393,27 +5393,27 @@ ], "support": { "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/4.0.0" + "source": "https://github.com/Codeception/module-webdriver/tree/4.0.1" }, - "time": "2023-02-03T21:52:27+00:00" + "time": "2024-02-16T12:47:00+00:00" }, { "name": "codeception/stub", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/Codeception/Stub.git", - "reference": "f6bc56e33e3f5ba7a831dfb968c49b27cf1676ad" + "reference": "4fcad2c165f365377486dc3fd8703b07f1f2fcae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Stub/zipball/f6bc56e33e3f5ba7a831dfb968c49b27cf1676ad", - "reference": "f6bc56e33e3f5ba7a831dfb968c49b27cf1676ad", + "url": "https://api.github.com/repos/Codeception/Stub/zipball/4fcad2c165f365377486dc3fd8703b07f1f2fcae", + "reference": "4fcad2c165f365377486dc3fd8703b07f1f2fcae", "shasum": "" }, "require": { "php": "^7.4 | ^8.0", - "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev" + "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11" }, "conflict": { "codeception/codeception": "<5.0.6" @@ -5434,9 +5434,9 @@ "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", "support": { "issues": "https://github.com/Codeception/Stub/issues", - "source": "https://github.com/Codeception/Stub/tree/4.1.2" + "source": "https://github.com/Codeception/Stub/tree/4.1.3" }, - "time": "2023-10-07T19:22:36+00:00" + "time": "2024-02-02T19:21:00+00:00" }, { "name": "composer/ca-bundle", @@ -6445,16 +6445,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.14.0", + "version": "1.15.1", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "3ea4f924afb43056bf9c630509e657d951608563" + "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563", - "reference": "3ea4f924afb43056bf9c630509e657d951608563", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8", + "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8", "shasum": "" }, "require": { @@ -6463,7 +6463,7 @@ "ext-zip": "*", "php": "^7.3 || ^8.0", "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^5.0 || ^6.0" + "symfony/process": "^5.0 || ^6.0 || ^7.0" }, "replace": { "facebook/webdriver": "*" @@ -6505,9 +6505,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1" }, - "time": "2023-02-09T12:12:19+00:00" + "time": "2023-10-20T12:21:20+00:00" }, { "name": "phpstan/phpstan",