diff --git a/composer.json b/composer.json index 8468be3c645..4d14fe862c5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "psalm/phar": "^6.5", "phpunit/phpunit": "^9.5", "ext-mbstring": "*", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable32" }, "license": "AGPLv3", "authors": [ diff --git a/composer.lock b/composer.lock index a853d31b09b..742d27cd041 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": "a1a32f392afdd5ebf6046300c331d62c", + "content-hash": "91df651d553447386cdc75bbea229abd", "packages": [], "packages-dev": [ { @@ -236,16 +236,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable32", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850" + "reference": "fc0f7a56ddd9a6278f2aa5a4c3c050d6f70928db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/851f4248065d96ee9d4971bb671b363f7dbd7850", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/fc0f7a56ddd9a6278f2aa5a4c3c050d6f70928db", + "reference": "fc0f7a56ddd9a6278f2aa5a4c3c050d6f70928db", "shasum": "" }, "require": { @@ -255,11 +255,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "32.0.0-dev" + "dev-stable32": "32.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/stable32" }, - "time": "2025-08-30T00:45:22+00:00" + "time": "2025-09-06T00:45:35+00:00" }, { "name": "nikic/php-parser",