diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-08 10:52:42 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-08 10:52:42 +0200 |
commit | 8c0ee424af0e31330d07790a47cd616439c51536 (patch) | |
tree | fe38d98e1d05e4d1aaf588680333371ebbbe95e6 /plugins/managesieve/composer.json | |
parent | f93e0b3a14a51eb2e105345c6fddb96193bf1e26 (diff) |
Update composer.json file with Net_Sieve package requirement
Diffstat (limited to 'plugins/managesieve/composer.json')
-rw-r--r-- | plugins/managesieve/composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json index 95933d67d..58c70e5b9 100644 --- a/plugins/managesieve/composer.json +++ b/plugins/managesieve/composer.json @@ -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" } } |