From 53f3ef32fa1eea0d19a195bd89b33fa2429cde57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:33:33 +0000 Subject: [PATCH] chore(deps): update dependency codeception/module-asserts to ^3.2.0 | datasource | package | from | to | | ---------- | -------------------------- | ----- | ----- | | packagist | codeception/module-asserts | 3.1.0 | 3.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index b957d00..af453f1 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "codeception/codeception": "^5.3.0", - "codeception/module-asserts": "^3.1.0", + "codeception/module-asserts": "^3.2.0", "codeception/module-phpbrowser": "^3.0.1", "friendsofphp/php-cs-fixer": "3.75.0", "jane-php/open-api-3": "^7.9.0", diff --git a/composer.lock b/composer.lock index 3293dd9..45f9f8a 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": "2bc11076c6c478378a93793de2d5278a", + "content-hash": "e9fcf8f565fba4223b32767617ee1aff", "packages": [ { "name": "clue/stream-filter", @@ -3361,22 +3361,22 @@ }, { "name": "codeception/module-asserts", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", - "reference": "c58281f3d741599c81676bcb92996cf1e22d9ffd" + "reference": "eb1f7c980423888f3def5116635754ae4a75bd47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/c58281f3d741599c81676bcb92996cf1e22d9ffd", - "reference": "c58281f3d741599c81676bcb92996cf1e22d9ffd", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/eb1f7c980423888f3def5116635754ae4a75bd47", + "reference": "eb1f7c980423888f3def5116635754ae4a75bd47", "shasum": "" }, "require": { "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^2.0", - "php": "^8.1" + "codeception/lib-asserts": "^2.2", + "php": "^8.2" }, "conflict": { "codeception/codeception": "<5.0" @@ -3412,9 +3412,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/3.1.0" + "source": "https://github.com/Codeception/module-asserts/tree/3.2.0" }, - "time": "2025-04-24T17:18:25+00:00" + "time": "2025-05-02T02:33:11+00:00" }, { "name": "codeception/module-phpbrowser",