From 057c88ebc52ba2ccfc6248e5209b9deca218bc4f Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Mon, 16 May 2016 22:43:53 +0300 Subject: [PATCH] Added conflist option for SMTP switcher. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3a52779..0211968 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,9 @@ "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" }, + "conflict": { + "elm/identity_smtp": "*" + }, "support": { "issues": "https://bitbucket.org/BoresExpress/ident_switch/issues" },