From 70e656cc71c1f120e9d6eafc1b073adb5dd77ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:03:29 +0000 Subject: [PATCH] chore(deps-dev): Bump nextcloud/ocp from 31.0.6 to 32.0.3 Bumps [nextcloud/ocp](https://github.com/nextcloud-deps/ocp) from 31.0.6 to 32.0.3. - [Commits](https://github.com/nextcloud-deps/ocp/compare/v31.0.6...v32.0.3) --- updated-dependencies: - dependency-name: nextcloud/ocp dependency-version: 32.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b5e4e7e..80d79ff 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "sabre/dav": "^4.1", "sabre/xml": "^2.2", "symfony/event-dispatcher": "^5.3.11", - "nextcloud/ocp": "^v31.0.6", + "nextcloud/ocp": "^v32.0.3", "psalm/phar": "^5.26.1", "nextcloud/coding-standard": "^1.3.2" }, diff --git a/composer.lock b/composer.lock index 6c293a8..2fbe45d 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": "94f2a22fd03e3839db17632e4f3e8913", + "content-hash": "1de6ec40c8e31b112868af74d035a6e3", "packages": [], "packages-dev": [ { @@ -293,16 +293,16 @@ }, { "name": "nextcloud/ocp", - "version": "v31.0.6", + "version": "v32.0.3", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "bec55048b46eadbd2c564f2b26c9486a43f958c2" + "reference": "6371473ceca124241b8da5e56f4b17bac24f970b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/bec55048b46eadbd2c564f2b26c9486a43f958c2", - "reference": "bec55048b46eadbd2c564f2b26c9486a43f958c2", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6371473ceca124241b8da5e56f4b17bac24f970b", + "reference": "6371473ceca124241b8da5e56f4b17bac24f970b", "shasum": "" }, "require": { @@ -315,7 +315,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-stable31": "31.0.0-dev" + "dev-stable32": "32.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -335,9 +335,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.6" + "source": "https://github.com/nextcloud-deps/ocp/tree/v32.0.3" }, - "time": "2025-05-28T00:52:27+00:00" + "time": "2025-12-04T00:53:41+00:00" }, { "name": "nikic/php-parser",