From 7a11e0929865342f41d57551f3a2d2bc6fe308f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:25:28 +0000 Subject: [PATCH] :arrow_up: Update codeception/codeception requirement || ^5.0 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/4.1.0...5.1.2) --- updated-dependencies: - dependency-name: codeception/codeception dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f335804..6d2bd35 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "mikey179/vfsstream": "^1.6", "vimeo/psalm": "^4.3", "phpro/grumphp": "^0.19 || ^1.2.0", - "codeception/codeception": "^4.1" + "codeception/codeception": "^4.1 || ^5.0" }, "suggest": { "codeception/codeception": "Use helper to handle clock with your codeception tests"