diff --git a/composer.json b/composer.json index c9c5fc13..9e5177cd 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.22", "nextcloud/coding-standard": "^1.0", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable26" }, "autoload-dev": { "psr-4": { diff --git a/composer.lock b/composer.lock index 356fd24a..37e290d5 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": "ff5525712e361161e9ffdd827412996a", + "content-hash": "9a56854044f8f9cef77dbde58afcc08f", "packages": [], "packages-dev": [ { @@ -1063,16 +1063,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable26", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "1f55e0826beda2248274a5130e7c4c59f2895b60" + "reference": "37923c381f59247ae6a4049561454f5d3cc2fa01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1f55e0826beda2248274a5130e7c4c59f2895b60", - "reference": "1f55e0826beda2248274a5130e7c4c59f2895b60", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/37923c381f59247ae6a4049561454f5d3cc2fa01", + "reference": "37923c381f59247ae6a4049561454f5d3cc2fa01", "shasum": "" }, "require": { @@ -1081,7 +1081,6 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1101,9 +1100,9 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "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/stable26" }, - "time": "2022-12-10T00:34:18+00:00" + "time": "2023-05-05T00:32:37+00:00" }, { "name": "nikic/php-parser",