From 1e2afb902a2148a13ebe571593944a63ec731a0a Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sat, 27 Oct 2012 14:23:54 -0400
Subject: [PATCH] Enable our plugin repository: composer does not aggregate 'repositories' from your dependencies. Add minimum-stability.

---
 composer.json-dist |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/composer.json-dist b/composer.json-dist
index 104b572..c07b8f4 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -7,6 +7,10 @@
             "packagist": false
         },
         {
+            "type": "composer",
+            "url": "http://plugins.roundcube.net/"
+        },
+        {
             "type": "pear",
             "url": "http://pear.php.net/"
         },
@@ -29,5 +33,6 @@
         "Net_SMTP": "dev-master",
         "pear-pear/Net_IDNA2": ">=0.1.1",
         "pear-pear/Auth_SASL": ">=1.0.6"
-    }
+    },
+    "minimum-stability": "dev"
 }

--
Gitblit v1.9.1