From 95783139cc761ea4b0b14b3d2815d6fa33f36f4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 02:16:13 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7. to ^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-9.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.0.0...9.0.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 45c5f76..7138561 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require-dev": { "christophwurst/nextcloud": "^16.0", - "phpunit/phpunit": "^7." + "phpunit/phpunit": "^8" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"