Add conflicting packages to prevent co-installation

Declare boressoft/ident_switch (original package, same DB table)
and toteph42/identity_switch (similar plugin) as conflicts.
This commit is contained in:
Laurent Dinclaux
2026-02-10 10:26:15 +11:00
parent 651bb19d05
commit 7b1a68aad6

View File

@@ -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"