diff --git a/composer.json b/composer.json index f24da903..f2204b46 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } }, "require-dev": { - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable33", "roave/security-advisories": "dev-latest" }, "scripts": { diff --git a/composer.lock b/composer.lock index 28365019..e6fa369c 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": "7cfa00a3791846bc7f91fa85a0e01646", + "content-hash": "7298821d9b2674cf990f6a5a7addfd32", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -130,30 +130,29 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable33", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "6c1e5686d00c40f57abd83e8ad268e9ab34825bb" + "reference": "42bd0340ad5ac84615ba9ce83a488ce858a848bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6c1e5686d00c40f57abd83e8ad268e9ab34825bb", - "reference": "6c1e5686d00c40f57abd83e8ad268e9ab34825bb", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/42bd0340ad5ac84615ba9ce83a488ce858a848bf", + "reference": "42bd0340ad5ac84615ba9ce83a488ce858a848bf", "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/", @@ -173,9 +172,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-09T00:57:54+00:00" + "time": "2026-01-22T08:46:28+00:00" }, { "name": "psr/clock",