Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
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": "GNU GPLv3+",
    "version": "7.0",
    "version": "7.2",
    "authors": [
        {
            "name": "Aleksander Machniak",
@@ -15,10 +15,15 @@
        {
            "type": "composer",
            "url": "http://plugins.roundcube.net"
        },
        {
            "type": "pear",
            "url": "http://pear.php.net/"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "roundcube/plugin-installer": ">=0.1.3"
        "roundcube/plugin-installer": ">=0.1.3",
        "pear-pear/Net_Sieve": ">=1.3.2"
    }
}