Mercurial > hg > rc1
view plugins/rc_foldersort/composer.json @ 48:839c4d0fcb9f
not sure why back in August
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:17:00 -0400 |
| 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" } }
