From 61ead7dc662f6046e87fb207ffa5ad22e5040f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Sep 2018 01:12:38 +0000 Subject: [PATCH] Update christophwurst/nextcloud requirement from ^13.0 to ^14.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/commits/14.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0e799ded1..cf483eec8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require-dev": { "roave/security-advisories": "dev-master", - "christophwurst/nextcloud": "^13.0", + "christophwurst/nextcloud": "^14.0", "jakub-onderka/php-parallel-lint": "^1.0.0" } }