Mercurial > hg > rc1
view plugins/rc_foldersort/composer.json @ 43:771f6803cc4b
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 | d41c01c5c933 |
| children |
line wrap: on
line source
{ "name": "takika/rc_foldersort", "type": "roundcube-plugin", "description": "Roundcube webmail plugin to do per-folder sorting", "homepage": "https://github.com/Takika/rc_foldersort", "license": "AGPLv3", "authors": [ { "name": "Sandor Takacs", "email": "taki@alkoholista.hu", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } }
