From 7b1a68aad6c45f26a714ffa34d4cf4d0be07a0d0 Mon Sep 17 00:00:00 2001 From: Laurent Dinclaux Date: Tue, 10 Feb 2026 10:26:15 +1100 Subject: [PATCH] Add conflicting packages to prevent co-installation Declare boressoft/ident_switch (original package, same DB table) and toteph42/identity_switch (similar plugin) as conflicts. --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 640de5a..981abf5 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,9 @@ "ext-ctype": "*" }, "conflict": { - "elm/identity_smtp": "*" + "boressoft/ident_switch": "*", + "elm/identity_smtp": "*", + "toteph42/identity_switch": "*" }, "support": { "issues": "https://github.com/Gecka-apps/ident_switch/issues"