From de8903e88cbf31027aefe909ce82dba4420425ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:58:15 +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-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.0.0...8.5.8) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fdff1f..deedd21 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,6 @@ "require-dev": { "christophwurst/nextcloud": "^19.0", "nextcloud/coding-standard": "^0.3.0", - "phpunit/phpunit": "^7" + "phpunit/phpunit": "^8" } }