From ed1d212ae2daea5e4bd043417610177093e99f19 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 16 Jan 2016 03:03:51 -0500
Subject: [PATCH] Improved SVG cleanup code

---
 composer.json-dist |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/composer.json-dist b/composer.json-dist
index a9f3f43..ac78661 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -13,24 +13,28 @@
         },
         {
             "type": "vcs",
+            "url": "https://github.com/roundcube/Net_Sieve.git"
+        },
+        {
+            "type": "vcs",
             "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
         }
     ],
     "require": {
         "php": ">=5.3.7",
-        "roundcube/plugin-installer": "~0.1",
-        "pear-pear.php.net/auth_sasl": "~1.0",
-        "pear-pear.php.net/net_idna2": "~0.1",
-        "pear-pear.php.net/net_sieve": "~1.3",
-        "pear-pear.php.net/mail_mime": "~1.9",
-        "pear-pear.php.net/net_smtp": "~1.6"
+        "roundcube/plugin-installer": "~0.1.6",
+        "pear-pear.php.net/auth_sasl": "~1.0.6",
+        "pear-pear.php.net/net_idna2": "~0.1.1",
+        "pear-pear.php.net/mail_mime": "~1.10.0",
+        "pear-pear.php.net/net_smtp": "~1.7.1",
+        "pear-pear.php.net/crypt_gpg": "~1.4.0",
+        "roundcube/net_sieve": "~1.5.0"
     },
     "require-dev": {
-        "pear-pear.php.net/crypt_gpg": "*",
         "phpunit/phpunit": "*"
     },
     "suggest": {
-        "pear-pear.php.net/net_ldap2": "~2.1 required for connecting to LDAP address books",
+        "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
     },
     "minimum-stability": "dev"

--
Gitblit v1.9.1