From 2cb67eca554209320db7c6638210920c64bce2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 05:48:58 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.0,<8.5.12 || ^9.3.3 to ^8.0,<8.5.12 || ^9.3.3 || ^8.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-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.5.13) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef20a90..d1db524 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "migrify/vendor-patches": "^0.4.0", "mockery/mockery": "~1.3.3 || ^1.4.2", "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", - "phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3", + "phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3 || ^8.0", "roave/security-advisories": "dev-master", "zing/coding-standard": "^2.6" },