Mercurial > hg > rc1
view plugins/virtuser_file/composer.json @ 48:839c4d0fcb9f
not sure why back in August
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:17:00 -0400 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
{ "name": "roundcube/virtuser_file", "type": "roundcube-plugin", "description": "Plugin adds possibility to resolve user email/login according to lookup tables in files.", "license": "GPLv3+", "version": "1.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" } }
