Mercurial > hg > rc1
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 33:d41c01c5c933 | 34:50ac5484d514 |
|---|---|
| 1 { | |
| 2 "name": "gms-sa/advanced-search", | |
| 3 "type": "roundcube-plugin", | |
| 4 "description": "Advanced search allowing multiple search criteria and folder recursion", | |
| 5 "keywords": ["mail","search","advanced"], | |
| 6 "homepage": "http://github.com/GMS-SA/roundcube-advanced-search/tree/stable", | |
| 7 "license": "GPL-3.0", | |
| 8 "repositories": [ | |
| 9 { | |
| 10 "type": "composer", | |
| 11 "url": "http://plugins.roundcube.net" | |
| 12 } | |
| 13 ], | |
| 14 "require": { | |
| 15 "roundcube/plugin-installer": ">=0.1.2" | |
| 16 }, | |
| 17 "extra": { | |
| 18 "roundcube": { | |
| 19 "min-version": "0.9.4", | |
| 20 "max-version": "1.0.9999" | |
| 21 } | |
| 22 } | |
| 23 } |
