diff --git a/composer.json b/composer.json index aadf7885..6383019f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "bantu/ini-get-wrapper": "1.0.1", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable32" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index f7128348..b14bbc75 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": "b00a9b9e21270c859ee9b93375745838", + "content-hash": "ad792aa6aa2d613631ea001627a550df", "packages": [], "packages-dev": [ { @@ -100,16 +100,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable32", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850" + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32" }, "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/49413ff9bf66f1091928540ecd9af4ebeebf6e32", + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32", "shasum": "" }, "require": { @@ -119,11 +119,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/", @@ -143,9 +142,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-04T08:38:43+00:00" }, { "name": "psr/clock",