diff plugins/advanced_search/composer.json @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/advanced_search/composer.json	Sun May 27 16:53:56 2018 -0400
@@ -0,0 +1,23 @@
+{
+	"name": "gms-sa/advanced-search",
+	"type": "roundcube-plugin",
+	"description": "Advanced search allowing multiple search criteria and folder recursion",
+	"keywords": ["mail","search","advanced"],
+	"homepage": "http://github.com/GMS-SA/roundcube-advanced-search/tree/stable",
+	"license": "GPL-3.0",
+	"repositories": [
+		{
+			"type": "composer",
+			"url": "http://plugins.roundcube.net"
+		}
+	],
+	"require": {
+		"roundcube/plugin-installer": ">=0.1.2"
+	},
+    "extra": {
+        "roundcube": {
+            "min-version": "0.9.4",
+            "max-version": "1.0.9999"
+        }
+    }
+}