diff --git a/composer.json b/composer.json index b5e4e7e..c6fe710 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.2", "psalm/phar": "^5.26.1", "nextcloud/coding-standard": "^1.3.2" }, diff --git a/composer.lock b/composer.lock index 6c293a8..8a9b91e 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": "3d3c3fbe9734fc47da50dcc051cad93e", "packages": [], "packages-dev": [ { @@ -293,16 +293,16 @@ }, { "name": "nextcloud/ocp", - "version": "v31.0.6", + "version": "v32.0.2", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "bec55048b46eadbd2c564f2b26c9486a43f958c2" + "reference": "6ece0d2253b395c2c85a43d873870775257c957c" }, "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/6ece0d2253b395c2c85a43d873870775257c957c", + "reference": "6ece0d2253b395c2c85a43d873870775257c957c", "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.2" }, - "time": "2025-05-28T00:52:27+00:00" + "time": "2025-11-13T00:52:15+00:00" }, { "name": "nikic/php-parser",