diff --git a/composer.json b/composer.json index e69de29..26d3611 100644 --- a/composer.json +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "Ident Switch", + "type": "roundcube-plugin", + "description": "This plugin allows users to switch between different accounts (including remote) in simgle Roundcube session.", + "license": "GPLv3+", + "version": "0.5", + "authors": [ + { + "name": "Boris Gulay", + "email": "boris@boressoft.ru", + "role": "Author" + }, + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +}