From e7401da0e5e141ebd53dc21188b3ee5dbaaac229 Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Thu, 12 May 2016 23:08:04 +0300 Subject: [PATCH] Change plugin metadata to push it into repo. --- composer.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 26d3611..17824e1 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,15 @@ { - "name": "Ident Switch", + "name": "boressoft/ident_switch", "type": "roundcube-plugin", - "description": "This plugin allows users to switch between different accounts (including remote) in simgle Roundcube session.", + "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"], "license": "GPLv3+", - "version": "0.5", "authors": [ { "name": "Boris Gulay", "email": "boris@boressoft.ru", - "role": "Author" + "role": "Developer" }, ], "repositories": [ @@ -21,4 +22,9 @@ "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } + "extra": { + "roundcube": { + "sql-dir": "SQL" + } + } }