Mercurial > hg > rc1
view plugins/acl/composer.json @ 29:ea061c743982
localise title and label exactly once each :-)
| author | Charlie Root |
|---|---|
| date | Sun, 28 Jan 2018 13:44:10 -0500 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
{ "name": "roundcube/acl", "type": "roundcube-plugin", "description": "IMAP Folders Access Control Lists Management (RFC4314, RFC2086).", "license": "GPLv3+", "version": "1.6", "authors": [ { "name": "Aleksander Machniak", "email": "alec@alec.pl", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } }
