From c2011ff2fda9b23e5417d48f57adc6e5ae9f3707 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 11:54:31 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 30 on stable30 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 773e1790..dbfbcde1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "psalm/phar": "^5.15.0", "bantu/ini-get-wrapper": "v1.0.1", "phpunit/phpunit": "^9.5", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable30" }, "scripts": { "cs:check": "php-cs-fixer fix --dry-run --diff", diff --git a/composer.lock b/composer.lock index 436de225..6e0e44a5 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": "af797ea747f0cc8058b5cb47ecbd9bdc", + "content-hash": "53107033fd415d7c86e3d4e940f3be31", "packages": [], "packages-dev": [ { @@ -213,16 +213,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable30", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "161f383f539a05400c7cb4671c2fedaf0f0c17eb" + "reference": "2a005250064759f206aa1b5a1ee000dcd808ef5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/161f383f539a05400c7cb4671c2fedaf0f0c17eb", - "reference": "161f383f539a05400c7cb4671c2fedaf0f0c17eb", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/2a005250064759f206aa1b5a1ee000dcd808ef5b", + "reference": "2a005250064759f206aa1b5a1ee000dcd808ef5b", "shasum": "" }, "require": { @@ -232,11 +232,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "30.0.0-dev" + "dev-stable30": "30.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -252,9 +251,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/stable30" }, - "time": "2024-08-08T00:38:08+00:00" + "time": "2024-08-14T08:51:38+00:00" }, { "name": "nikic/php-parser",