From 8aa39ff7fe42f5163ef7038e165a838c5ac73327 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 9 Feb 2025 02:55:02 +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 f359d91b5..3366ff6d7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "roave/security-advisories": "dev-master", "phpunit/phpunit": "^9", "nextcloud/coding-standard": "^1.1", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable31", "psalm/phar": "^5.13" }, "config": { diff --git a/composer.lock b/composer.lock index f5cb6ffbc..4c725f9c9 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": "6950663d9d213151028e780637480220", + "content-hash": "c89537a172cee5c19093b4ea0cb5365c", "packages": [ { "name": "icecave/parity", @@ -488,30 +488,29 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable31", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f" + "reference": "79c1a9a4c3a758d34787de5ebd39042078cc8934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", - "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/79c1a9a4c3a758d34787de5ebd39042078cc8934", + "reference": "79c1a9a4c3a758d34787de5ebd39042078cc8934", "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/", @@ -531,9 +530,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-10T00:44:36+00:00" + "time": "2025-02-07T00:43:33+00:00" }, { "name": "nikic/php-parser",