diff options
Diffstat (limited to 'plugins/managesieve/composer.json')
| -rw-r--r-- | plugins/managesieve/composer.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json index 534cbc5..4fd383a 100644 --- a/plugins/managesieve/composer.json +++ b/plugins/managesieve/composer.json @@ -3,7 +3,7 @@ "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": "GPL-3.0-or-later", - "version": "9.4", + "version": "9.6", "authors": [ { "name": "Aleksander Machniak", @@ -11,15 +11,15 @@ "role": "Lead" } ], - "repositories": [ - { - "type": "composer", - "url": "https://plugins.roundcube.net" - } - ], "require": { "php": ">=7.3.0", - "roundcube/plugin-installer": ">=0.1.3", + "roundcube/plugin-installer": "~0.3.5", "pear/net_sieve": "~1.4.4" + }, + "autoload": { + "classmap": [ + "lib/", + "managesieve.php" + ] } } |
