From a53e50e55f35fb347dd32912022ee1e7d6af1ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 28 Dec 2020 16:02:53 +0100 Subject: [PATCH] Bump to master for new sharing API changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- composer.json | 3 ++- composer.lock | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 57655fbbb..2bafd7217 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "nextcloud/deck", "type": "project", "license": "AGPLv3", + "minimum-stability": "dev", "authors": [ { "name": "Julius Härtl", @@ -13,7 +14,7 @@ }, "require-dev": { "roave/security-advisories": "dev-master", - "christophwurst/nextcloud": "^20", + "christophwurst/nextcloud": "dev-master", "phpunit/phpunit": "^8", "nextcloud/coding-standard": "^0.4.0", "symfony/event-dispatcher": "^4.0", diff --git a/composer.lock b/composer.lock index 522749f5b..56f0fc47a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4a3d65807490679a4de897a8643385bb", + "content-hash": "3172d27bd19b2a125db3197c495deda9", "packages": [ { "name": "cogpowered/finediff", @@ -225,25 +225,26 @@ }, { "name": "christophwurst/nextcloud", - "version": "v20.0.4", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "a207b55848d1ac4c83a954eac90c07714bbdaaed" + "reference": "0c78518f688ea2ceb1e23ff2931e0e1db1b75ddd" }, "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/0c78518f688ea2ceb1e23ff2931e0e1db1b75ddd", + "reference": "0c78518f688ea2ceb1e23ff2931e0e1db1b75ddd", "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/", @@ -259,9 +260,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": "2020-12-23T22:55:20+00:00" }, { "name": "composer/package-versions-deprecated", @@ -4893,9 +4894,10 @@ } ], "aliases": [], - "minimum-stability": "stable", + "minimum-stability": "dev", "stability-flags": { - "roave/security-advisories": 20 + "roave/security-advisories": 20, + "christophwurst/nextcloud": 20 }, "prefer-stable": false, "prefer-lowest": false,