From 50d5aeed1224863b1e82366a0b17ac49bb954761 Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Mon, 1 Dec 2025 17:25:05 +0530 Subject: [PATCH 1/2] chore: drop NC 32 and below Signed-off-by: Anupam Kumar --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ce5c1b14..2b24450d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Slack Integration Integration of Slack - 2.2.0 + 3.0.0 agpl Anupam Kumar Slack @@ -17,7 +17,7 @@ https://raw.githubusercontent.com/nextcloud/integration_slack/main/img/screenshot1.png https://raw.githubusercontent.com/nextcloud/integration_slack/main/img/screenshot2.png - + OCA\Slack\Settings\Admin From a1470e6c437228e710d90fcf9bf770478f5a2ef7 Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Mon, 1 Dec 2025 17:28:03 +0530 Subject: [PATCH 2/2] fix: min php 8.2 in psalm conf Signed-off-by: Anupam Kumar --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 264bd029..330086c7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,7 +5,7 @@ findUnusedCode="false" resolveFromConfigFile="true" ensureOverrideAttribute="false" - phpVersion="8.1" + phpVersion="8.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd">