diff options
Diffstat (limited to 'plugins/managesieve/composer.json')
-rw-r--r-- | plugins/managesieve/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json new file mode 100644 index 000000000..95933d67d --- /dev/null +++ b/plugins/managesieve/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/managesieve", + "type": "roundcube-plugin", + "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", + "license": "GNU GPLv3+", + "version": "7.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |