From 10e795934c96cf7ab334e1629fb61a3ba44fc049 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 1 Feb 2026 03:12:01 +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 73578dec..fdd0589f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "nextcloud/coding-standard": "^1.2", "psalm/phar": "^5.25", "sabre/dav": "^4.6", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable33" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 92b11520..c1450a4b 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": "02c0098bcdfd32c548dd92279f2ef880", + "content-hash": "72c8c58fcd2c1ac52c9b10857db18503", "packages": [], "packages-dev": [ { @@ -236,30 +236,29 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable33", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "01ad50a61f835a4a7511d305e7e21cddce84e804" + "reference": "d8df5c6d048b5e509b0a158d440be532475f51ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/01ad50a61f835a4a7511d305e7e21cddce84e804", - "reference": "01ad50a61f835a4a7511d305e7e21cddce84e804", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d8df5c6d048b5e509b0a158d440be532475f51ce", + "reference": "d8df5c6d048b5e509b0a158d440be532475f51ce", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5", "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": "33.0.0-dev" + "dev-stable33": "33.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -279,9 +278,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/stable33" }, - "time": "2026-01-16T00:57:34+00:00" + "time": "2026-01-29T01:05:54+00:00" }, { "name": "nikic/php-parser",