From 9bca63d66339d3396c9d33af6b675ab41a15a2d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 12:05:31 +0800 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5 || ^8.0 to ^7.5 || ^8.0 || ^9.0 (#11) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d2963f5..83dd986 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "monolog/monolog": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "orchestra/testbench": "^3.8 || ^5.0" }, "autoload": {