From 91a949fcfef08b7c8c970de5f36ecf6e6ef77b98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 08:00:57 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7 to ^7 || ^8 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-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits) 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 317c59e..c89d01e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "qortex/pug-editor": "^0.0.3" }, "require-dev": { - "phpunit/phpunit": "^7", + "phpunit/phpunit": "^7 || ^8", "orchestra/testbench": "^3.8 || ^3.0" }, "autoload": {