diff --git a/composer.json b/composer.json index c02e6a2..8de60bb 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "codeception/codeception": "^5.3.3", - "codeception/module-asserts": "^3.2.1", + "codeception/module-asserts": "^3.3.0", "codeception/module-phpbrowser": "^3.0.2", "friendsofphp/php-cs-fixer": "3.92.3", "jane-php/open-api-3": "^7.10.2", diff --git a/composer.lock b/composer.lock index 345dba3..47d27bc 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": "0a331cf9c034996c266a76d31ef1027d", + "content-hash": "ed73f82419c3b331cf995b11b2836909", "packages": [ { "name": "clue/stream-filter", @@ -3437,22 +3437,22 @@ }, { "name": "codeception/lib-asserts", - "version": "2.2.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/Codeception/lib-asserts.git", - "reference": "06750a60af3ebc66faab4313981accec1be4eefc" + "reference": "8e161f38a71cdf3dc638c5427df21c0f01f12d13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/06750a60af3ebc66faab4313981accec1be4eefc", - "reference": "06750a60af3ebc66faab4313981accec1be4eefc", + "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/8e161f38a71cdf3dc638c5427df21c0f01f12d13", + "reference": "8e161f38a71cdf3dc638c5427df21c0f01f12d13", "shasum": "" }, "require": { - "codeception/phpunit-wrapper": "^7.7.1 | ^8.0.3 | ^9.0", "ext-dom": "*", - "php": "^7.4 | ^8.0" + "php": "^8.2 || ^8.3 || ^8.4 || ^8.5", + "phpunit/phpunit": "^11.5 || ^12.0" }, "type": "library", "autoload": { @@ -3485,9 +3485,9 @@ ], "support": { "issues": "https://github.com/Codeception/lib-asserts/issues", - "source": "https://github.com/Codeception/lib-asserts/tree/2.2.0" + "source": "https://github.com/Codeception/lib-asserts/tree/3.1.0" }, - "time": "2025-03-10T20:41:33+00:00" + "time": "2025-12-22T08:25:07+00:00" }, { "name": "codeception/lib-innerbrowser", @@ -3603,21 +3603,21 @@ }, { "name": "codeception/module-asserts", - "version": "3.2.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", - "reference": "8acceb7915a9645230bde14c305c5652d5b229db" + "reference": "3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/8acceb7915a9645230bde14c305c5652d5b229db", - "reference": "8acceb7915a9645230bde14c305c5652d5b229db", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad", + "reference": "3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad", "shasum": "" }, "require": { "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^2.2 | ^3.0.1", + "codeception/lib-asserts": "^3.1", "php": "^8.2" }, "conflict": { @@ -3654,9 +3654,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/3.2.1" + "source": "https://github.com/Codeception/module-asserts/tree/3.3.0" }, - "time": "2025-10-26T13:12:55+00:00" + "time": "2025-12-23T21:16:13+00:00" }, { "name": "codeception/module-phpbrowser",