diff --git a/composer.json b/composer.json index baf14593d..eb3f77f23 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "nextcloud/coding-standard": "1.0", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable26", "phpunit/phpunit": "^9", "sabre/dav": "^4.2.1", "vimeo/psalm": "^4.22" diff --git a/composer.lock b/composer.lock index ccd3f39d1..7f64529db 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": "bad8cd6db2697a29fb83af680ef4523e", + "content-hash": "d408820b3a7d04573219b1eb1ac7f48b", "packages": [ { "name": "hexogen/kdtree", @@ -1231,26 +1231,24 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable26", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "c4a05e2e3b749899fb3dd5577ecb5763d3993da3" + "reference": "8ad3d190cc7fa4210e5121c36d40d0de9dcc343f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/c4a05e2e3b749899fb3dd5577ecb5763d3993da3", - "reference": "c4a05e2e3b749899fb3dd5577ecb5763d3993da3", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/8ad3d190cc7fa4210e5121c36d40d0de9dcc343f", + "reference": "8ad3d190cc7fa4210e5121c36d40d0de9dcc343f", "shasum": "" }, "require": { "php": "^7.4 || ~8.0 || ~8.1", - "psr/clock": "^1.0", "psr/container": "^1.1.1", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1270,9 +1268,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": "2023-02-22T00:36:09+00:00" + "time": "2023-04-04T00:35:10+00:00" }, { "name": "nikic/php-parser", @@ -2128,54 +2126,6 @@ }, "time": "2021-02-03T23:26:27+00:00" }, - { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Clock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" - }, { "name": "psr/container", "version": "1.1.2",