From 8c0ee424af0e31330d07790a47cd616439c51536 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 8 Oct 2013 10:52:42 +0200 Subject: Update composer.json file with Net_Sieve package requirement --- plugins/managesieve/composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" } } -- cgit v1.2.3