From 3fab4912e2f3c8604ed6954e156206614a090175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:57:44 +0000 Subject: [PATCH] [v26-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 bd75602..9bc485c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "codeception/module-filesystem": "~3.0", "codeception/module-cli": "~2.0", "codeception/util-universalframework": "~2.0", - "codeception/codeception": "~5.3.4", + "codeception/codeception": "~5.3.5", "behat/gherkin": "~4.16.1" }, "extra": {