From b1b9a079960bbd4a5996c9d1a321f89dd6edf527 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:09:56 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5.4 || ^8.3 to ^7.5.4 || ^8.3 || ^9.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/9.5.2) 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..5b27fce 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "orchestra/testbench": "^3.7.7 || ^4 || ^5", - "phpunit/phpunit": "^7.5.4 || ^8.3", + "phpunit/phpunit": "^7.5.4 || ^8.3 || ^9.0", "ext-sqlite3": "*" }, "autoload": {