From c2f5cf0a757f1c7e4a8916c8907d95940cd8395b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:20:42 +0000 Subject: [PATCH] Update codeception/module-asserts requirement from ^1 to ^2 Updates the requirements on [codeception/module-asserts](https://github.com/Codeception/module-asserts) to permit the latest version. - [Release notes](https://github.com/Codeception/module-asserts/releases) - [Commits](https://github.com/Codeception/module-asserts/compare/1.0.0...2.0.1) --- updated-dependencies: - dependency-name: codeception/module-asserts 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 6cf07e0..64c33df 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "brainmaestro/composer-git-hooks": "^2.8", "codeception/assert-throws": "^1.2", - "codeception/module-asserts": "^1", + "codeception/module-asserts": "^2", "codeception/mockery-module": "^0.4", "infection/codeception-adapter": "^0.4", "infection/infection": "^0.26",