Mercurial > hg > rc1
view plugins/advanced_search/composer.json @ 43:771f6803cc4b default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author | Charlie Root |
---|---|
date | Sun, 26 Jan 2025 13:13:49 -0500 |
parents | 50ac5484d514 |
children |
line wrap: on
line source
{ "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" } } }