Mercurial > hg > rc1
view plugins/rc_foldersort/composer.json @ 44:10091cdd9844
upgrade
| author | Charlie Root |
|---|---|
| date | Thu, 28 Aug 2025 10:38:39 -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" } }
