annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
1 {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
2 "name": "gms-sa/advanced-search",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
3 "type": "roundcube-plugin",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
4 "description": "Advanced search allowing multiple search criteria and folder recursion",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
5 "keywords": ["mail","search","advanced"],
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
6 "homepage": "http://github.com/GMS-SA/roundcube-advanced-search/tree/stable",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
7 "license": "GPL-3.0",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
8 "repositories": [
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
9 {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
10 "type": "composer",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
11 "url": "http://plugins.roundcube.net"
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
12 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
13 ],
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
14 "require": {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
15 "roundcube/plugin-installer": ">=0.1.2"
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
16 },
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
17 "extra": {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
18 "roundcube": {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
19 "min-version": "0.9.4",
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
20 "max-version": "1.0.9999"
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
21 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
22 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
23 }