From 037552a63a051d3be42e2dc0d55a2f8c0ded0fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:33:44 +0000 Subject: [PATCH] chore: update codeception/codeception requirement from ^4.1 to ^5.1 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.1/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 e0a2421..e43ea03 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "squizlabs/php_codesniffer": "^3.6", "weirdan/codeception-psalm-module": "^0.13.1", - "codeception/codeception": "^4.1" + "codeception/codeception": "^5.1" }, "extra": { "psalm": {