From b19caeb4c6361af5e6b06891ae9b0e1d1e7de52a Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 19 Oct 2025 02:40:19 +0000 Subject: [PATCH 1/2] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 6080880a..d02a7434 100644 --- a/composer.lock +++ b/composer.lock @@ -104,12 +104,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "3c17705c9f0d8a18e5d7cd18d87902b065ce9167" + "reference": "64f0f74510b9c241b2aa930f9620eb8988d72c96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3c17705c9f0d8a18e5d7cd18d87902b065ce9167", - "reference": "3c17705c9f0d8a18e5d7cd18d87902b065ce9167", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/64f0f74510b9c241b2aa930f9620eb8988d72c96", + "reference": "64f0f74510b9c241b2aa930f9620eb8988d72c96", "shasum": "" }, "require": { @@ -145,7 +145,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2025-10-02T00:46:22+00:00" + "time": "2025-10-17T00:49:00+00:00" }, { "name": "psr/clock", From 055a6b0f0bd3fdd5654bf315776309adc5761454 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 20 Oct 2025 14:44:43 +0200 Subject: [PATCH 2/2] chore: bump psalm php version Signed-off-by: Daniel Kesselberg --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 8719c3ce..8db66d13 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,7 +10,7 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd" errorBaseline="tests/psalm-baseline.xml" - phpVersion="8.1" + phpVersion="8.2" >