From 73899662952a1ae91167c070d2a38136a0200c67 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 21 Dec 2012 04:32:59 -0500
Subject: [PATCH] Add notes about new requirements of the new mysql database driver, add check in installer (#1488875)

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

diff --git a/composer.json-dist b/composer.json-dist
index 104b572..cfa825a 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -4,7 +4,8 @@
     "license": "GPL-3.0",
     "repositories": [
         {
-            "packagist": false
+            "type": "composer",
+            "url": "http://plugins.roundcube.net/"
         },
         {
             "type": "pear",
@@ -29,5 +30,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