From 5565589ebf7257f2a28cbd12795b8bf63c05d19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 11 May 2018 15:29:31 +0000 Subject: [PATCH] Update christophwurst/nextcloud requirement to ^13.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/13.0.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 205ee24ef..61cfe6569 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": {}, "require-dev": { - "christophwurst/nextcloud": "^12.0", + "christophwurst/nextcloud": "^13.0", "jakub-onderka/php-parallel-lint": "^0.9.2" } }