Mercurial > hg > rc1
view plugins/thunderbird_labels/composer.json @ 58:082a19037887 default tip
More cleaning up php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Wed, 15 Oct 2025 14:06:01 -0400 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
{ "name": "weird-birds/thunderbird_labels", "type": "roundcube-plugin", "keywords": ["mail","labels","tags"], "license": "BSD-2-Clause", "authors": [ { "name": "Michael Kefeder", "homepage": "https://github.com/mike-kfed/rcmail-thunderbird-labels", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "roundcube/plugin-installer": ">=0.1.3" } }
