From 64911ba0519cc412a0c16ccf6ff3e9b6ba6d5449 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 05:03:13 +0000 Subject: [PATCH] Update orchestra/testbench requirement from ^3.7.7 || ^4 || ^5 to ^3.7.7 || ^4 || ^5 || ^6 Updates the requirements on [orchestra/testbench](https://github.com/orchestral/testbench) to permit the latest version. - [Release notes](https://github.com/orchestral/testbench/releases) - [Changelog](https://github.com/orchestral/testbench/blob/6.x/CHANGELOG-6.x.md) - [Commits](https://github.com/orchestral/testbench/commits/v6.11.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f9b563..d3956cb 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/cache": "^4.3 || ^5" }, "require-dev": { - "orchestra/testbench": "^3.7.7 || ^4 || ^5", + "orchestra/testbench": "^3.7.7 || ^4 || ^5 || ^6", "phpunit/phpunit": "^7.5.4 || ^8.3", "ext-sqlite3": "*" },