From e28f15f2cf3e293a7e102e9164d790933fe150cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:58:02 +0000 Subject: [PATCH] [v25-branch]: Update codeception/codeception requirement Updates the requirements on [codeception/codeception](https://github.com/Codeception/Codeception) to permit the latest version. - [Release notes](https://github.com/Codeception/Codeception/releases) - [Changelog](https://github.com/Codeception/Codeception/blob/main/CHANGELOG-5.x.md) - [Commits](https://github.com/Codeception/Codeception/compare/5.3.4...5.3.5) --- updated-dependencies: - dependency-name: codeception/codeception dependency-version: 5.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c137f1b..7d97103 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "codeception/module-filesystem": "~3.0", "codeception/module-cli": "~2.0", "codeception/util-universalframework": "~1.0", - "codeception/codeception": "~5.3.4", + "codeception/codeception": "~5.3.5", "behat/gherkin": "~4.13.0" }, "extra": {