summaryrefslogtreecommitdiffstats
path: root/plugins/enigma/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/enigma/composer.json')
-rw-r--r--plugins/enigma/composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
new file mode 100644
index 0000000..369857d
--- /dev/null
+++ b/plugins/enigma/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "roundcube/enigma",
+ "type": "roundcube-plugin",
+ "description": "Server-side PGP Encryption for Roundcube",
+ "license": "GPLv3+",
+ "version": "0.8",
+ "authors": [
+ {
+ "name": "Aleksander Machniak",
+ "email": "alec@alec.pl",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": "~0.1.6",
+ "pear/crypt_gpg": "~1.6.3"
+ }
+}