From 519bfa92718290eaf570c05414f274c5e2421123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:04:47 +0000 Subject: [PATCH] Update tatter/tools requirement from ^1.15 to ^1.15 || ^2.0 Updates the requirements on tatter/tools to permit the latest version. --- updated-dependencies: - dependency-name: tatter/tools 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 fef8967..94aa7bf 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "codeigniter4/authentication-implementation": "^1.0", "codeigniter4/codeigniter4": "dev-develop", "myth/auth": "^1.0", - "tatter/tools": "^1.15" + "tatter/tools": "^1.15 || ^2.0" }, "suggest": { "codeigniter4/authentication-implementation": "Allows for user setting overrides"