From 7ec0049e67d22a7b51a2ff019dcb90e23a1a077e Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 26 Jan 2025 02:52:37 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 7a062acb7..293d11610 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --colors=always --fail-on-warning --fail-on-risky --display-deprecations --display-phpunit-deprecations" }, "require-dev": { - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable31" }, "require": { "bamarni/composer-bin-plugin": "^1.8", diff --git a/composer.lock b/composer.lock index 11ab332de..840706d73 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": "0a28d4fe42bf098d1c884debc94bea94", + "content-hash": "45034e5da285b63bd5aed5eec4dfaa30", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -302,30 +302,29 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable31", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "ba6108b934c18b629f78c48cca3fc038087f0dec" + "reference": "d13f450643ff69399137a8d44a2a12a7a6837de8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ba6108b934c18b629f78c48cca3fc038087f0dec", - "reference": "ba6108b934c18b629f78c48cca3fc038087f0dec", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d13f450643ff69399137a8d44a2a12a7a6837de8", + "reference": "d13f450643ff69399137a8d44a2a12a7a6837de8", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", "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": "31.0.0-dev" + "dev-stable31": "31.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -345,9 +344,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/stable31" }, - "time": "2025-01-17T00:42:09+00:00" + "time": "2025-01-26T00:44:06+00:00" }, { "name": "psr/clock",