From e129158959ee0162d571730646283842c9da05ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:31:35 +0000 Subject: [PATCH] Bump nextcloud/ocp from 31.0.9 to 33.0.4 Bumps [nextcloud/ocp](https://github.com/nextcloud-deps/ocp) from 31.0.9 to 33.0.4. - [Commits](https://github.com/nextcloud-deps/ocp/compare/v31.0.9...v33.0.4) --- updated-dependencies: - dependency-name: nextcloud/ocp dependency-version: 33.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 0b8a8be..8fe659e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require-dev": { "phpunit/phpunit": "^11.5", "vimeo/psalm": "^6.16", - "nextcloud/ocp": "^31" + "nextcloud/ocp": "^33" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index cd707ed..38e6b35 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": "83eb8ccaf25282cc67fd38b07dd5ab67", + "content-hash": "45bb7fb68b62119ed98ba98a3b1ee541", "packages": [], "packages-dev": [ { @@ -1697,20 +1697,20 @@ }, { "name": "nextcloud/ocp", - "version": "v31.0.9", + "version": "v33.0.4", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "abd32429d794ede1d92b7b0a88a1070371c907b5" + "reference": "6f53a7ad7eda8c00f335b38e392cb76494d82422" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/abd32429d794ede1d92b7b0a88a1070371c907b5", - "reference": "abd32429d794ede1d92b7b0a88a1070371c907b5", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6f53a7ad7eda8c00f335b38e392cb76494d82422", + "reference": "6f53a7ad7eda8c00f335b38e392cb76494d82422", "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", @@ -1719,7 +1719,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-stable31": "31.0.0-dev" + "dev-stable33": "33.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -1739,9 +1739,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/v31.0.9" + "source": "https://github.com/nextcloud-deps/ocp/tree/v33.0.4" }, - "time": "2025-07-31T00:57:37+00:00" + "time": "2026-05-21T02:07:59+00:00" }, { "name": "nikic/php-parser",