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>2019-04-28 04:11:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-04-29 13:17:46 +0300
commit9a21f5ee665b993242ec1b3f0b42511eef6e0de9 (patch)
treef941bace9332cb9f33efcedb9a9ec7b447f7f7c8 /composer.json
parent65fdb98302fd2d8ee7f72b85deb1fe66364be60c (diff)
Update christophwurst/nextcloud requirement from ^14.0 to ^15.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/14.0.0...v15.0.0) 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 cf483eec..ce6730ee 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-master",
- "christophwurst/nextcloud": "^14.0",
+ "christophwurst/nextcloud": "^15.0",
"jakub-onderka/php-parallel-lint": "^1.0.0"
}
}