From a6cbcea509ad9987fb6ecd7bddb5ac4b07b27fb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 17:31:33 +0000 Subject: [PATCH] Update christophwurst/nextcloud requirement from ^17.0 to ^19.0 Updates the requirements on [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) to permit the latest version. - [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v17.0.0...v19.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 ca30f4b..b9ffd17 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "AGPLv3", "require-dev": { - "christophwurst/nextcloud": "^17.0", + "christophwurst/nextcloud": "^19.0", "phpunit/phpunit": "^8", "nextcloud/coding-standard": "^0.3.0" },