From abc1db7842381c14a1074eaa76cdaa58da398232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:16:39 +0200 Subject: [PATCH] [TASK] Update codeception/codeception requirement from ^4.1.31 to ^4.2.1 (#463) 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/5.0/CHANGELOG-4.x.md) - [Commits](https://github.com/Codeception/Codeception/compare/4.1.31...4.2.1) --- updated-dependencies: - dependency-name: codeception/codeception dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87ea7ea..0f006bc 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "typo3/cms-frontend": "^10.4 || ^11.5.2" }, "require-dev": { - "codeception/codeception": "^4.1.31", + "codeception/codeception": "^4.2.1", "doctrine/dbal": "^2.13.8", "ergebnis/composer-normalize": "^2.19.0", "friendsofphp/php-cs-fixer": "^3.4.0",