From 8c0ee424af0e31330d07790a47cd616439c51536 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 08 Oct 2013 04:52:42 -0400
Subject: [PATCH] Update composer.json file with Net_Sieve package requirement
---
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 95933d6..58c70e5 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"
}
}
--
Gitblit v1.9.1