From 38d27f31d303349b242f4d3bc728e8f750183073 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 18 Aug 2024 02:44:09 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 403d5f5e..339da1f4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^10.5", "vimeo/psalm": "^5.10", "nextcloud/coding-standard": "^1.0", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable30" }, "autoload-dev": { "psr-4": { diff --git a/composer.lock b/composer.lock index e7d7b0b6..edf268dd 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": "84c57325779e3ccbcbcc8b5419e95be0", + "content-hash": "0edce17bfe517e8a8563f5b1e2fa3b19", "packages": [], "packages-dev": [ { @@ -785,16 +785,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable30", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "bdeabb2fbb4691ac3d72dc27f56dd52aa6c61725" + "reference": "2a005250064759f206aa1b5a1ee000dcd808ef5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/bdeabb2fbb4691ac3d72dc27f56dd52aa6c61725", - "reference": "bdeabb2fbb4691ac3d72dc27f56dd52aa6c61725", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/2a005250064759f206aa1b5a1ee000dcd808ef5b", + "reference": "2a005250064759f206aa1b5a1ee000dcd808ef5b", "shasum": "" }, "require": { @@ -804,11 +804,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "30.0.0-dev" + "dev-stable30": "30.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -824,9 +823,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/stable30" }, - "time": "2024-06-18T00:36:38+00:00" + "time": "2024-08-14T08:51:38+00:00" }, { "name": "nikic/php-parser",