From 96d600822618daf9c45c2f7f0bb8ae44e8985d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 13:49:44 +0000 Subject: [PATCH] Update kahlan/kahlan requirement from ^4.7 to ^4.7 || ^5.0 Updates the requirements on [kahlan/kahlan](https://github.com/kahlan/kahlan) to permit the latest version. - [Release notes](https://github.com/kahlan/kahlan/releases) - [Changelog](https://github.com/kahlan/kahlan/blob/master/CHANGELOG.md) - [Commits](https://github.com/kahlan/kahlan/compare/4.7...5.0.5) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f21ef5..90ea815 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ } ], "require-dev": { - "kahlan/kahlan": "^4.7" + "kahlan/kahlan": "^4.7 || ^5.0" } }