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" + } + } }