From c798a2fb75620371349d9dd2aeac1f5d114a4ce4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 12:06:44 +0200 Subject: [PATCH 1/2] chore(CI): Adjust testing matrix for Nextcloud 34 on stable34 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 b9e4132c2..4939b53d2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "AGPLv3", "require-dev": { "nextcloud/coding-standard": "^1.3", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable34", "phpunit/phpunit": "^9", "vimeo/psalm": "^5.15" }, diff --git a/composer.lock b/composer.lock index d9dc979f9..dc9db6094 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": "5f44dc5165d04279f43ed5eb7f1c1dd4", + "content-hash": "b7400a83ead6ecd72ad21e193e835726", "packages": [], "packages-dev": [ { @@ -908,16 +908,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable34", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6" + "reference": "72de02fbad95545055983d050e564fe39128992d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f3fddf2af92f48d3f53569074f69f0ae4bad52b6", - "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/72de02fbad95545055983d050e564fe39128992d", + "reference": "72de02fbad95545055983d050e564fe39128992d", "shasum": "" }, "require": { @@ -928,11 +928,10 @@ "psr/http-client": "^1.0.3", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "34.0.0-dev" + "dev-stable34": "34.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -952,9 +951,9 @@ "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "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/stable34" }, - "time": "2026-05-09T01:52:54+00:00" + "time": "2026-05-15T08:43:27+00:00" }, { "name": "nikic/php-parser", From bd8288c9299e0ad9603628714cba9219afd35440 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 12:06:45 +0200 Subject: [PATCH 2/2] chore(branchoff): Set version on stable34 to a stable one Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index b093ff6ad..d23285494 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Log Reader A log reader for Nextcloud Log reader for Nextcloud - 7.0.0-dev.0 + 7.0.0 agpl Robin Appelman Ferdinand Thiessen