Mercurial > hg > rc1
view plugins/virtuser_query/composer.json @ 39:ee07fb3afb1b
no symlink
| author | Charlie Root |
|---|---|
| date | Sat, 29 Dec 2018 07:00:00 -0500 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
{ "name": "roundcube/virtuser_query", "type": "roundcube-plugin", "description": "Plugin adds possibility to resolve user email/login according to lookup tables in SQL database.", "license": "GPLv3+", "version": "2.0", "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" } }
