Mercurial > hg > rc1
view plugins/advanced_search/composer.json @ 42:db1e51c59ddc
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
| author | Charlie Root |
|---|---|
| date | Sun, 26 Jan 2025 13:12:28 -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" } } }
