From 5fc9bff48e7fe5bca2e512c195e0a166381d8132 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Jan 2025 10:06:53 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 31 on stable31 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 122587e..2c3c177 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0", "vimeo/psalm": "^5.20.0", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable31" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 7aa5224..cf79371 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": "3a646d62f8ebd368f645faf1e198a7d3", + "content-hash": "75779f1240a208708f0ae23d2a809bb8", "packages": [], "packages-dev": [ { @@ -909,30 +909,29 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable31", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777" + "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/15a749fe867b97ae5e699a3ce9e1d50a792c1777", - "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3ac4be37f04642c663a2fc711f3848f69f3713f1", + "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "31.0.0-dev" + "dev-stable31": "31.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/stable31" }, - "time": "2024-12-21T00:43:01+00:00" + "time": "2025-01-23T08:35:12+00:00" }, { "name": "nikic/php-parser", @@ -3927,10 +3926,10 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }