Mercurial > hg > rc1
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/rc_foldersort/composer.json Sun May 27 16:53:20 2018 -0400 @@ -0,0 +1,24 @@ +{ + "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" + } +} \ No newline at end of file