From 668f55b63ed6f9572490756908782deafdff7907 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 17 May 2026 03:24:00 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index d74a04a00..7f645e639 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "require-dev": { "guzzlehttp/guzzle": "^7", "nextcloud/coding-standard": "^1.0", - "nextcloud/ocp": "dev-stable28", + "nextcloud/ocp": "dev-stable30", "phan/phan": "^5", "php-cs-fixer/shim": "3.95.1", "psalm/phar": "^5.26", diff --git a/composer.lock b/composer.lock index 91efa7cea..e7a807609 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": "59ee4d7a0f7a5c289e698bf23f1f4ecb", + "content-hash": "4a9f084aad4ea3fe3d9207c7bb1dcded", "packages": [], "packages-dev": [ { @@ -842,16 +842,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-stable28", + "version": "dev-stable30", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "8f6935d89692e4f72c2a4f19c7653340939a5a2f" + "reference": "b8cc0f659d50013628ce93dd1a07222618c474f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/8f6935d89692e4f72c2a4f19c7653340939a5a2f", - "reference": "8f6935d89692e4f72c2a4f19c7653340939a5a2f", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/b8cc0f659d50013628ce93dd1a07222618c474f4", + "reference": "b8cc0f659d50013628ce93dd1a07222618c474f4", "shasum": "" }, "require": { @@ -859,12 +859,12 @@ "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", - "psr/log": "^1.1.4" + "psr/log": "^2.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-stable28": "28.0.0-dev" + "dev-stable30": "30.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -880,9 +880,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/stable28" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable30" }, - "time": "2026-02-27T01:06:48+00:00" + "time": "2026-04-28T01:53:21+00:00" }, { "name": "phan/phan", @@ -1586,30 +1586,30 @@ }, { "name": "psr/log", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1630,9 +1630,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/2.0.0" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2021-07-14T16:41:46+00:00" }, { "name": "ralouphie/getallheaders",