From 428b1fd7311c2cb1712d154dde616bba681102f7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:23:31 +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 5526d17..00ef901 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "nextcloud/coding-standard": "^1.0.0", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable29", "vimeo/psalm": "^5" } } diff --git a/composer.lock b/composer.lock index 5ee583d..4b671cf 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": "98e0e3c4d698d7c6b87fb19cfce4042a", + "content-hash": "5e45b69b88d97331db381cf2aa941c69", "packages": [], "packages-dev": [ { @@ -731,16 +731,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable29", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa" + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5da2030113ea8c39dbf5033529b86f625d2bf6fa", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5ea8c371b46db50f79ee70e92893f6b310bc6f5e", + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e", "shasum": "" }, "require": { @@ -750,11 +750,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/", @@ -770,9 +769,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-21T18:32:57+00:00" + "time": "2024-03-28T10:45:57+00:00" }, { "name": "nikic/php-parser",