From 3318e0fec4872deef386d7f07eb5d6f731a808df Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Mon, 16 May 2016 15:36:58 +0300 Subject: [PATCH] Added Roundcube version requirement. Added some more keywords. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7436e6..e3fc100 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.", "homepage": "https://bitbucket.org/BoresExpress/ident_switch", - "keywords": ["identity", "imap"], + "keywords": ["identity", "imap", "mail", "switch"], "license": "GPL-3.0+", "authors": [ { @@ -24,6 +24,7 @@ }, "extra": { "roundcube": { + "min-version": "1.1", "sql-dir": "SQL" } }