diff --git a/composer.json b/composer.json index 71f71fb..303f787 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "codeception/codeception": "^5.3.2", - "codeception/module-asserts": "^3.2.0", + "codeception/module-asserts": "^3.2.1", "codeception/module-phpbrowser": "^3.0.2", "friendsofphp/php-cs-fixer": "3.89.1", "jane-php/open-api-3": "^7.9.0", diff --git a/composer.lock b/composer.lock index 99e11e6..9fcccfb 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": "06b40f5279224ecd5c63f592b9c79a22", + "content-hash": "f6130f2cc64ea44815b8b383de07af43", "packages": [ { "name": "clue/stream-filter", @@ -3482,21 +3482,21 @@ }, { "name": "codeception/module-asserts", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", - "reference": "eb1f7c980423888f3def5116635754ae4a75bd47" + "reference": "8acceb7915a9645230bde14c305c5652d5b229db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/eb1f7c980423888f3def5116635754ae4a75bd47", - "reference": "eb1f7c980423888f3def5116635754ae4a75bd47", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/8acceb7915a9645230bde14c305c5652d5b229db", + "reference": "8acceb7915a9645230bde14c305c5652d5b229db", "shasum": "" }, "require": { "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^2.2", + "codeception/lib-asserts": "^2.2 | ^3.0.1", "php": "^8.2" }, "conflict": { @@ -3533,9 +3533,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/3.2.0" + "source": "https://github.com/Codeception/module-asserts/tree/3.2.1" }, - "time": "2025-05-02T02:33:11+00:00" + "time": "2025-10-26T13:12:55+00:00" }, { "name": "codeception/module-phpbrowser",