From 96c3d84cddb861956cfbc719d694eb972343f1c3 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 02 Apr 2016 04:35:17 -0400
Subject: [PATCH] Enigma: Varius fixes and cleanup in code for attaching pubkeys

---
 plugins/enigma/composer.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index 3245ee7..4cfc44d 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -3,7 +3,7 @@
     "type": "roundcube-plugin",
     "description": "PGP Encryption for Roundcube",
     "license": "GPLv3+",
-    "version": "0.4",
+    "version": "0.5",
     "authors": [
         {
             "name": "Aleksander Machniak",
@@ -23,7 +23,7 @@
     ],
     "require": {
         "php": ">=5.3.0",
-        "roundcube/plugin-installer": ">=0.1.3",
-        "pear-pear.php.net/crypt_gpg": "*"
+        "roundcube/plugin-installer": "~0.1.6",
+        "pear-pear.php.net/crypt_gpg": "~1.4.0"
     }
 }

--
Gitblit v1.9.1