Mercurial > hg > rc1
view plugins/rc_foldersort/composer.json @ 33:d41c01c5c933
two fixes to distro
author | Charlie Root |
---|---|
date | Sun, 27 May 2018 16:53:20 -0400 |
parents | |
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" } }