From 94b98cfe437f3a0088eff200fe0827163eadf8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:09:27 +0000 Subject: [PATCH] Update codeception/module-db requirement from ~1.1.0 to ~1.2.0 Updates the requirements on [codeception/module-db](https://github.com/Codeception/module-db) to permit the latest version. - [Release notes](https://github.com/Codeception/module-db/releases) - [Commits](https://github.com/Codeception/module-db/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: codeception/module-db 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 45ba8d2..bb28fce 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "codeception/module-asserts": "~1.3.1", "codeception/module-phpbrowser": "~1.0.3", "codeception/module-webdriver": "~1.4.1", - "codeception/module-db": "~1.1.0", + "codeception/module-db": "~1.2.0", "codeception/module-filesystem": "~1.0.3", "codeception/module-cli": "~1.1.1", "codeception/util-universalframework": "~1.0.0"