Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-05-11 18:29:31 +0300
committerdependabot[bot] <support@dependabot.com>2018-05-11 18:29:31 +0300
commit5565589ebf7257f2a28cbd12795b8bf63c05d19b (patch)
tree6b2f717143944417de39c06da6049d44642aab43 /composer.json
parentb7bc38376fa965dd812f7db8b6dde7bb7b66fd76 (diff)
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] <support@dependabot.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 205ee24e..61cfe656 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"
}
}