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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-01-29 16:47:23 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-29 16:47:23 +0300
commit103cf2233ea05cd3eb110195c7eec2c554de9e6e (patch)
treeab94f5cb12a1aed9139dc5806209b5989dd7309f
parentcd6e218a2b7a329d97efb528aa945952f4022dc2 (diff)
Use christophwurst/nextcloud for 21
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--composer.json2
-rw-r--r--composer.lock22
2 files changed, 13 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 55fffa50..720abd41 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"type": "project",
"require-dev": {
"roave/security-advisories": "dev-master",
- "christophwurst/nextcloud": "^20.0",
+ "christophwurst/nextcloud": "^21@dev",
"jakub-onderka/php-parallel-lint": "^1.0.0"
},
"license": "AGPLv3",
diff --git a/composer.lock b/composer.lock
index d0bd04ff..1e64b6c8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,31 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "3242117583d03431f543116731b576dc",
+ "content-hash": "75520cba04bcdd341ddd74fb8bfb97da",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "v20.0.4",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "a207b55848d1ac4c83a954eac90c07714bbdaaed"
+ "reference": "66d307aadf7334296c57afc0e7b9ef588cf4f2a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/a207b55848d1ac4c83a954eac90c07714bbdaaed",
- "reference": "a207b55848d1ac4c83a954eac90c07714bbdaaed",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/66d307aadf7334296c57afc0e7b9ef588cf4f2a9",
+ "reference": "66d307aadf7334296c57afc0e7b9ef588cf4f2a9",
"shasum": ""
},
"require": {
- "php": "^7.2"
+ "php": "^7.3 || ~8.0.0"
},
+ "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "20.0.0-dev"
+ "dev-master": "21.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -43,9 +44,9 @@
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": {
"issues": "https://github.com/ChristophWurst/nextcloud_composer/issues",
- "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/v20.0.4"
+ "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/master"
},
- "time": "2020-12-23T12:42:07+00:00"
+ "time": "2021-01-29T02:16:34+00:00"
},
{
"name": "jakub-onderka/php-parallel-lint",
@@ -314,7 +315,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "roave/security-advisories": 20
+ "roave/security-advisories": 20,
+ "christophwurst/nextcloud": 20
},
"prefer-stable": false,
"prefer-lowest": false,