From 64e39a818c5adc8310e2a6266b77a82092f28573 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:18:17 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index c96a1e51..c3febd64 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } }, "require-dev": { - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable29", "roave/security-advisories": "dev-latest" }, "scripts": { diff --git a/composer.lock b/composer.lock index 8406e234..cba8b439 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": "7b21c1fcc48e6ee41885d6998fbd4bcd", + "content-hash": "c9f878abe96957b625627608efc5f75b", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -130,16 +130,16 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable29", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "d23dac5fbce5d4eb53696da612285f4cbb666c90" + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d23dac5fbce5d4eb53696da612285f4cbb666c90", - "reference": "d23dac5fbce5d4eb53696da612285f4cbb666c90", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5ea8c371b46db50f79ee70e92893f6b310bc6f5e", + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e", "shasum": "" }, "require": { @@ -149,11 +149,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "29.0.0-dev" + "dev-stable29": "29.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -169,9 +168,9 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable29" }, - "time": "2024-03-09T00:30:46+00:00" + "time": "2024-03-28T10:45:57+00:00" }, { "name": "psr/clock",