From 3476c4c79161e5d591cb81d37044df66b4f1e439 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 8 Mar 2026 03:09:25 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a5ab016..435e260 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "php": "^8.1" }, "require-dev": { - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable31", "roave/security-advisories": "dev-latest" }, "config": { diff --git a/composer.lock b/composer.lock index 8a7f02a..e478ce9 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": "d3e18cdba04dd52e86f25ce942b7c237", + "content-hash": "b4e82457bc168b2d567d232c4946123a", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -67,16 +67,16 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable31", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "49c6a005583b5268dcb57cf4abf6da939882e400" + "reference": "57cd9c3fbdbba2263544dabeca8f5a3874aa8ced" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/49c6a005583b5268dcb57cf4abf6da939882e400", - "reference": "49c6a005583b5268dcb57cf4abf6da939882e400", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/57cd9c3fbdbba2263544dabeca8f5a3874aa8ced", + "reference": "57cd9c3fbdbba2263544dabeca8f5a3874aa8ced", "shasum": "" }, "require": { @@ -86,11 +86,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "33.0.0-dev" + "dev-stable31": "31.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -110,9 +109,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": "2026-01-14T00:59:13+00:00" + "time": "2026-02-20T01:07:07+00:00" }, { "name": "psr/clock", @@ -1340,5 +1339,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }